Introduce APIs for RTT calls (part 1)
Add signaling methods and data pipes for handling real-time text during a call. Change-Id: I876827c448252c5f786d7a4919c47891acb03877 Test: manual, through telecom testapps
This commit is contained in:
@@ -203,6 +203,18 @@ public final class PhoneAccount implements Parcelable {
|
||||
*/
|
||||
public static final int CAPABILITY_SELF_MANAGED = 0x800;
|
||||
|
||||
/**
|
||||
* Flag indicating that this {@link PhoneAccount} is capable of making a call with an
|
||||
* RTT (Real-time text) session.
|
||||
* When set, Telecom will attempt to open an RTT session on outgoing calls that specify
|
||||
* that they should be placed with an RTT session , and the in-call app will be displayed
|
||||
* with text entry fields for RTT. Likewise, the in-call app can request that an RTT
|
||||
* session be opened during a call if this bit is set.
|
||||
*/
|
||||
public static final int CAPABILITY_RTT = 0x1000;
|
||||
|
||||
/* NEXT CAPABILITY: 0x2000 */
|
||||
|
||||
/**
|
||||
* URI scheme for telephone number URIs.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user