Connection.CallAudioState Property
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.
This member is deprecated.
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
The audio state of the connection, describing how its audio is currently
being routed by the system. This is null
if this Connection
does not directly know about its audio state.
- Attributes
Remarks
This member is deprecated. Use #getCurrentCallEndpoint()
, #onAvailableCallEndpointsChanged(List)
and #onMuteStateChanged(boolean)
instead.
Java documentation for android.telecom.Connection.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.