We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c226daf commit c4ee2fcCopy full SHA for c4ee2fc
1 file changed
src/server/modules/socket-io/socket-io.ts
@@ -896,7 +896,7 @@ export default class SocketIOServer {
896
mediaRoom.shots.get(data.shotId)?.trackProducers?.delete(trackId);
897
}
898
});
899
- // this.viewerNsp.to(this.getViewerLogicRoomKey(uca)).emit('shotGone', { shotId: data.shotId });
+ this.shotNsp.to(this.getViewerLogicRoomKey(uca)).emit('broadcastStopped', { shotId: data.shotId, trackIds: data.trackIds });
900
},
901
);
902
0 commit comments