|
@@ -480,9 +480,9 @@
|
|
|
console.log('ALIX user-published', user);
|
|
|
await this.mediaServiceClient.subscribe(user, mediaType)
|
|
|
this.attemptToPlayParticipantMedia(user, mediaType);
|
|
|
- // window.setTimeout(() => {
|
|
|
- // this.refreshVideos();
|
|
|
- // }, 250);
|
|
|
+ window.setTimeout(() => {
|
|
|
+ this.refreshVideos();
|
|
|
+ }, 500);
|
|
|
});
|
|
|
}
|
|
|
async function _initMediaService() {
|