Bug 881174 - part1 - cdma 3way call webidl. r=gene

This commit is contained in:
Hsin-Yi Tsai 2014-02-18 17:30:04 +08:00
parent e63469c3b4
commit d58afd4955

View File

@ -22,6 +22,13 @@ interface TelephonyCall : EventTarget {
// available after dialing state.
readonly attribute boolean emergency;
// Indicate whether the call state can be switched between "connected" and
// "held".
readonly attribute boolean switchable;
// Indicate whether the call can be added into TelephonyCallGroup.
readonly attribute boolean mergeable;
readonly attribute DOMError? error;
readonly attribute TelephonyCallGroup? group;