mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:27:47 +00:00
Removes the sid property from MediaStream (how did we end up having a
Jingle session ID in MediaStream and passing it around in the UI?)
This commit is contained in:
@@ -175,9 +175,7 @@ var VideoLayout = (function (my) {
|
||||
|
||||
var resourceJid = Strophe.getResourceFromJid(stream.peerjid);
|
||||
remoteVideos[resourceJid].addRemoteStreamElement(
|
||||
stream.sid,
|
||||
stream.getOriginalStream(),
|
||||
stream.ssrc);
|
||||
stream.getOriginalStream());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user