on External Call Started
Called when an external phone call starts on the device.
Code Example:
override fun onExternalCallStarted() {
// Optionally mute mic during phone call
meeting.muteMic()
}
Content copied to clipboard