Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendBirdCallListener

Hierarchy

  • SendBirdCallListener

Index

Properties

Optional onAudioInputDeviceChanged

onAudioInputDeviceChanged: ((currentAudioInputDevice: InputDeviceInfo, availableAudioInputDevices: InputDeviceInfo[]) => void) | null

Optional onAudioOutputDeviceChanged

onAudioOutputDeviceChanged: ((currentAudioOutputDevice: MediaDeviceInfo, availableAudioOutputDevices: MediaDeviceInfo[]) => void) | null

Optional onRinging

onRinging: ((directCall: DirectCall) => void) | null

Optional onVideoInputDeviceChanged

onVideoInputDeviceChanged: ((currentVideoInputDevice: InputDeviceInfo, availableVideoInputDevices: InputDeviceInfo[]) => void) | null

Generated using TypeDoc