Calls SDKs React Native v1
Calls SDKs React Native
Calls SDKs
React Native
Version 1
Manage a call
Copy link
During an ongoing call, both the caller and callee’s audio can be muted or unmuted by the directCall.muteMicrophone()
or directCall.unmuteMicrophone()
methods. If one party changes audio settings, the other party receives an event callback through the DirectCallListener.onRemoteAudioSettingsChanged()
listener method.
The caller can start or stop video using the directCall.startVideo()
or directCall.stopVideo()
methods. If the remote user changes the video settings, the local user will be notified through the DirectCallListener.onRemoteVideoSettingsChanged()
listener.