|
@@ -306,7 +306,12 @@ export default class SharedVideoManager {
|
306
|
306
|
SHARED_VIDEO_CONTAINER_TYPE, self.sharedVideo);
|
307
|
307
|
|
308
|
308
|
APP.store.dispatch(participantJoined({
|
309
|
|
- conference: APP.conference,
|
|
309
|
+
|
|
310
|
+ // FIXME The cat is out of the bag already or rather _room is
|
|
311
|
+ // not private because it is used in multiple other places
|
|
312
|
+ // already such as AbstractPageReloadOverlay and
|
|
313
|
+ // JitsiMeetLogStorage.
|
|
314
|
+ conference: APP.conference._room,
|
310
|
315
|
id: self.url,
|
311
|
316
|
isBot: true,
|
312
|
317
|
name: 'YouTube'
|
|
@@ -517,7 +522,7 @@ export default class SharedVideoManager {
|
517
|
522
|
UIEvents.UPDATE_SHARED_VIDEO, null, 'removed');
|
518
|
523
|
});
|
519
|
524
|
|
520
|
|
- APP.store.dispatch(participantLeft(this.url, APP.conference));
|
|
525
|
+ APP.store.dispatch(participantLeft(this.url, APP.conference._room));
|
521
|
526
|
|
522
|
527
|
this.url = null;
|
523
|
528
|
this.isSharedVideoShown = false;
|