onExternalCallStarted

Called when an external phone call starts on the device.

Code Example:


override fun onExternalCallStarted() {
    // Optionally mute mic during phone call
    meeting.muteMic()
}

See also