RemoteConnection.Callback.OnVoipAudioChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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()
.
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.