InCallService.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.
Obtains the current phone call audio state.
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
An object encapsulating the audio state. Returns null if the service is not fully initialized.
- Attributes
Remarks
Obtains the current phone call audio state.
This member is deprecated. Use #getCurrentCallEndpoint()
, #onAvailableCallEndpointsChanged(List)
and #onMuteStateChanged(boolean)
instead.
Java documentation for android.telecom.InCallService.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.