mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 881174 - part1 - cdma 3way call webidl. r=gene
This commit is contained in:
parent
e63469c3b4
commit
d58afd4955
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user