interesting approach to streaming module

This commit is contained in:
talksik
2022-06-11 18:39:00 -05:00
parent 1189615d1b
commit aa1755c301
@@ -39,6 +39,8 @@ function useSocketFire() {
const handleTuneIntoLine = useCallback(
(lineId: string) => {
// todo: use a connector to call the people in this line as this is me joining this room
$ws.emit(ServerRequestChannels.TUNE_INTO_LINE, new TuneToLineRequest(lineId));
},
[$ws],