mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
71c59df1f7
1341 changed files with 350417 additions and 155024 deletions
|
|
@ -976,11 +976,6 @@ RTCPeerConnection.prototype = {
|
|||
stream.getTracks().forEach(track => this.addTrack(track, stream));
|
||||
},
|
||||
|
||||
getStreamById: function(id) {
|
||||
throw new this._win.DOMException("getStreamById not yet implemented",
|
||||
"NotSupportedError");
|
||||
},
|
||||
|
||||
addTrack: function(track, stream) {
|
||||
if (stream.currentTime === undefined) {
|
||||
throw new this._win.DOMException("invalid stream.", "InvalidParameterError");
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
#include "mozilla/dom/PerformanceBinding.h"
|
||||
#include "mozilla/dom/PerformanceMarkBinding.h"
|
||||
#include "mozilla/dom/MessagePortBinding.h"
|
||||
#include "mozilla/ErrorResult.h"
|
||||
#include "nsContentUtils.h"
|
||||
|
||||
using mozilla::ErrorResult;
|
||||
|
|
|
|||
|
|
@ -108,8 +108,6 @@ interface RTCPeerConnection : EventTarget {
|
|||
sequence<MediaStream> getLocalStreams ();
|
||||
[UnsafeInPrerendering, Deprecated="RTCPeerConnectionGetStreams"]
|
||||
sequence<MediaStream> getRemoteStreams ();
|
||||
[UnsafeInPrerendering]
|
||||
MediaStream? getStreamById (DOMString streamId);
|
||||
void addStream (MediaStream stream);
|
||||
|
||||
// replaces addStream; fails if already added
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue