RTCAction extension

on

Methods

disableAudio() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

disableLocalView() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

disableVideo() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

enableAudio() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

enableLocalView() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

enableVideo() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

getLocalVideoView() AgoraVideoView?

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

getRemoteVideoView(int agoraUid) AgoraVideoView?

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

getRemoteVideoViews() List<AgoraVideoView>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

mute() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

speakerOff() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

speakerOn() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

startPreview() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

stopPreview() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

switchCamera() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension

unMute() Future<void>

Available on ChatCallKitManagerImpl, provided by the RTCAction extension