|
@@ -464,6 +464,7 @@
|
|
|
// do nothing, leaveClientRoom logic handled via WS
|
|
|
});
|
|
|
this.mediaServiceClient.on('user-published', async (user, mediaType) => {
|
|
|
+ console.log('ALIX user-published', user);
|
|
|
await this.mediaServiceClient.subscribe(user, mediaType)
|
|
|
this.attemptToPlayParticipantMedia(user, mediaType);
|
|
|
});
|