|
@@ -276,17 +276,6 @@ export default class JitsiTrack extends EventEmitter {
|
276
|
276
|
return this.getStreamId();
|
277
|
277
|
}
|
278
|
278
|
|
279
|
|
- /**
|
280
|
|
- * Returns the msid of the stream attached to the JitsiTrack object or null
|
281
|
|
- * if no stream is attached.
|
282
|
|
- */
|
283
|
|
- getMSID() {
|
284
|
|
- const streamId = this.getStreamId();
|
285
|
|
- const trackId = this.getTrackId();
|
286
|
|
-
|
287
|
|
- return streamId && trackId ? `${streamId} ${trackId}` : null;
|
288
|
|
- }
|
289
|
|
-
|
290
|
279
|
/**
|
291
|
280
|
* Returns the WebRTC MediaStream instance.
|
292
|
281
|
*/
|