lib-jitsi-meet
    Preparing search index...

    Enumeration JitsiMediaDevicesEvents

    The events for the media devices.

    Index

    Enumeration Members

    DEVICE_LIST_CHANGED: "mediaDevices.devicechange"

    Indicates that the list of available media devices has been changed. The event provides the following parameters to its listeners:

    array of MediaDeviceInfo or MediaDeviceInfo-like objects that are currently connected.

    PERMISSION_PROMPT_IS_SHOWN: "mediaDevices.permissionPromptIsShown"

    Indicates that the environment is currently showing permission prompt to access camera and/or microphone. The event provides the following parameters to its listeners:

    type of browser or other execution environment.

    PERMISSIONS_CHANGED: "rtc.permissions_changed"

    Event emitted when the user granted/blocked a permission for the camera / mic. Used to keep track of the granted permissions on browsers which don't support the Permissions API.