AudioDeviceCapabilities
AudioDeviceCapabilities describes whether the audio input and output devices are enabled or disabled. Disabling either the audio input or output will change what audio permissions are required in order to join a meeting.
Entries
Disable the audio input device and only enable the audio output device (i.e. the connection to the microphone device is not opened). Muted packets are sent to the server. MODIFY_AUDIO_SETTINGS permission is required.
Enable both the audio input and output devices. MODIFY_AUDIO_SETTINGS and RECORD_AUDIO permissions are required.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.