RemoteConnection.Callback.OnVoipAudioChanged Method

Definition

Indicates that the VOIP audio status of this RemoteConnection has changed.

[Android.Runtime.Register("onVoipAudioChanged", "(Landroid/telecom/RemoteConnection;Z)V", "GetOnVoipAudioChanged_Landroid_telecom_RemoteConnection_ZHandler", ApiSince=23)]
public virtual void OnVoipAudioChanged (Android.Telecom.RemoteConnection connection, bool isVoip);
[<Android.Runtime.Register("onVoipAudioChanged", "(Landroid/telecom/RemoteConnection;Z)V", "GetOnVoipAudioChanged_Landroid_telecom_RemoteConnection_ZHandler", ApiSince=23)>]
abstract member OnVoipAudioChanged : Android.Telecom.RemoteConnection * bool -> unit
override this.OnVoipAudioChanged : Android.Telecom.RemoteConnection * bool -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

isVoip
Boolean

Whether the new audio state of the RemoteConnection is VOIP.

Attributes

Remarks

Indicates that the VOIP audio status of this RemoteConnection has changed. See #isVoipAudioMode().

Java documentation for android.telecom.RemoteConnection.Callback.onVoipAudioChanged(android.telecom.RemoteConnection, boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to