Connection.ExtraIsRttAudioPresent Field
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.
Boolean connection extra key set on the extras passed to
Connection#sendConnectionEvent
which indicates that audio is present
on the RTT call when the extra value is true.
[Android.Runtime.Register("EXTRA_IS_RTT_AUDIO_PRESENT", ApiSince=29)]
public const string ExtraIsRttAudioPresent;
[<Android.Runtime.Register("EXTRA_IS_RTT_AUDIO_PRESENT", ApiSince=29)>]
val mutable ExtraIsRttAudioPresent : string
Field Value
- Attributes
Remarks
Boolean connection extra key set on the extras passed to Connection#sendConnectionEvent
which indicates that audio is present on the RTT call when the extra value is true.
Java documentation for android.telecom.Connection.EXTRA_IS_RTT_AUDIO_PRESENT
.
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.