Permission

Represents the types of runtime permissions required by the SDK.

Use these values with checkPermissions to request the necessary permissions before joining a meeting.

See also

VideoSDK.checkPermissions()

Entries

Link copied to clipboard

Microphone (audio recording) permission. Maps to Manifest.permission.RECORD_AUDIO.

Link copied to clipboard

Camera (video capture) permission. Maps to Manifest.permission.CAMERA.

Link copied to clipboard

Bluetooth permission for audio routing to Bluetooth devices. Maps to Manifest.permission.BLUETOOTH_CONNECT (API 31+).