cef_media_access_callback_t.base

Base structure.

More...
struct cef_media_access_callback_t
cef_base_ref_counted_t base;

Detailed Description

Call to allow or deny media access. If this callback was initiated in response to a getUserMedia (indicated by CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE and/or CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE being set) then |allowed_permissions| must match |required_permissions| passed to OnRequestMediaAccessPermission.

Cancel the media access request.

Meta