Properties
Optional onAudioInputDeviceChanged
onAudioInputDeviceChanged: ((currentAudioInputDevice: InputDeviceInfo, availableAudioInputDevices: InputDeviceInfo[]) => void) | null
Optional onAudioOutputDeviceChanged
onAudioOutputDeviceChanged: ((currentAudioOutputDevice: MediaDeviceInfo, availableAudioOutputDevices: MediaDeviceInfo[]) => void) | null
Optional onRinging
on
Ringing: ((directCall: DirectCall) => void) | null
Optional onVideoInputDeviceChanged
onVideoInputDeviceChanged: ((currentVideoInputDevice: InputDeviceInfo, availableVideoInputDevices: InputDeviceInfo[]) => void) | null