diff --git a/pusher/src/Services/SocketManager.ts b/pusher/src/Services/SocketManager.ts index 7bd50b32..713b8c7d 100644 --- a/pusher/src/Services/SocketManager.ts +++ b/pusher/src/Services/SocketManager.ts @@ -172,6 +172,7 @@ export class SocketManager implements ZoneEventListener { console.log('Calling joinRoom') const apiClient = await apiClientRepository.getClient(client.roomId); const streamToPusher = apiClient.joinRoom(); + clientEventsEmitter.emitClientJoin(client.userUuid, client.roomId); client.backConnection = streamToPusher;