diff options
author | Moonchild <moonchild@palemoon.org> | 2021-12-07 16:22:47 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-12-07 16:22:47 +0000 |
commit | 70e12f56d10360843374c5003c163e04e4039740 (patch) | |
tree | bf98d5af7bfb12a7bb95e12b8e4066f2f4b6f924 /dom/webidl | |
parent | 31022b58f3c139e48636a8cf8cb2c36812c72114 (diff) | |
download | aura-central-70e12f56d10360843374c5003c163e04e4039740.tar.gz |
Issue %1314 - Part 13: Remove PeerIdentity
Diffstat (limited to 'dom/webidl')
-rw-r--r-- | dom/webidl/MediaStream.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/webidl/MediaStream.webidl b/dom/webidl/MediaStream.webidl index 3d0347f8b..c61dbff98 100644 --- a/dom/webidl/MediaStream.webidl +++ b/dom/webidl/MediaStream.webidl @@ -20,7 +20,6 @@ dictionary MediaStreamConstraints { boolean fake; // For testing purpose. Generates frames of solid // colors if video is enabled, and sound of 1Khz sine // wave if audio is enabled. - DOMString? peerIdentity = null; }; [Exposed=Window, |