Calls React Native v1
Calls React Native
Calls
React Native
Version 1
Home
/
Calls
/
React Native
/
Direct call
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.