on External Call Ringing
Called when an external phone call is ringing on the device.
Code Example:
override fun onExternalCallRinging() {
Log.d("Meeting", "Incoming phone call")
}
Content copied to clipboard
Called when an external phone call is ringing on the device.
Code Example:
override fun onExternalCallRinging() {
Log.d("Meeting", "Incoming phone call")
}