onExternalCallHangup

Called when an external phone call ends on the device.

Code Example:


override fun onExternalCallHangup() {
    // Optionally unmute mic after phone call
    meeting.unmuteMic()
}

See also