Share via


Call.RttCall.SetRttMode(RttMode) Method

Definition

Sets the RTT audio mode.

[Android.Runtime.Register("setRttMode", "(I)V", "", ApiSince=26)]
public void SetRttMode (Android.Telecom.RttMode mode);
[<Android.Runtime.Register("setRttMode", "(I)V", "", ApiSince=26)>]
member this.SetRttMode : Android.Telecom.RttMode -> unit

Parameters

mode
RttMode

The desired RTT audio mode, one of #RTT_MODE_FULL, #RTT_MODE_VCO, or #RTT_MODE_HCO.

Attributes

Remarks

Sets the RTT audio mode. The requested mode change will be communicated through Callback#onRttModeChanged(Call, int).

Java documentation for android.telecom.Call.RttCall.setRttMode(int).

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