pub const PERMISSION_PENDING: i32 = -5;Expand description
Returned by permission-gated APIs (camera_open, microphone_open, screen_capture)
while the browser’s permission prompt is awaiting the user’s decision.
Not a hard failure: retry on a later frame until the call succeeds or returns -1 (blocked).