Conference.CallAudioState Property

Definition

public Android.Telecom.CallAudioState? CallAudioState { [Android.Runtime.Register("getCallAudioState", "()Landroid/telecom/CallAudioState;", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getCallAudioState", "()Landroid/telecom/CallAudioState;", "", ApiSince=23)>]
member this.CallAudioState : Android.Telecom.CallAudioState

Property Value

CallAudioState

The audio state of the conference, describing how its audio is currently being routed by the system. This is null if this Conference does not directly know about its audio state.

Attributes

Remarks

Java documentation for android.telecom.Conference.getCallAudioState().

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