fix: Broken voice states and connectivity drops
This commit is contained in:
@@ -37,7 +37,11 @@ export const RoomsActions = createActionGroup({
|
||||
'Create Room Success': props<{ room: Room }>(),
|
||||
'Create Room Failure': props<{ error: string }>(),
|
||||
|
||||
'Join Room': props<{ roomId: string; password?: string; serverInfo?: Partial<ServerInfo> & { name: string } }>(),
|
||||
'Join Room': props<{
|
||||
roomId: string;
|
||||
password?: string;
|
||||
serverInfo?: Partial<ServerInfo> & { name: string; signalingUrl?: string };
|
||||
}>(),
|
||||
'Join Room Success': props<{ room: Room }>(),
|
||||
'Join Room Failure': props<{ error: string }>(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user