mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 942367 - WebIDL changes for peerIdentity constraint. r=jst
This commit is contained in:
parent
cb51970487
commit
988e3eecf0
@ -18,6 +18,7 @@ dictionary MediaStreamConstraints {
|
||||
(boolean or MediaTrackConstraints) video = false;
|
||||
boolean picture = false; // Mozilla legacy
|
||||
boolean fake = false; // for testing
|
||||
DOMString? peerIdentity = null;
|
||||
};
|
||||
|
||||
interface MediaStream {
|
||||
|
@ -72,6 +72,9 @@ interface PeerConnectionImpl {
|
||||
readonly attribute PCImplSignalingState signalingState;
|
||||
readonly attribute PCImplSipccState sipccState;
|
||||
|
||||
attribute DOMString peerIdentity;
|
||||
readonly attribute boolean privacyRequested;
|
||||
|
||||
/* Data channels */
|
||||
[Throws]
|
||||
DataChannel createDataChannel(DOMString label, DOMString protocol,
|
||||
|
@ -15,4 +15,5 @@ dictionary RTCIceServer {
|
||||
|
||||
dictionary RTCConfiguration {
|
||||
sequence<RTCIceServer> iceServers;
|
||||
DOMString? peerIdentity = null;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user