@@ -630,72 +630,6 @@ type ApShowRequest = operations['ap___show']['requestBody']['content']['applicat
630630// @public (undocumented)
631631type ApShowResponse = operations [' ap___show' ][' responses' ][' 200' ][' content' ][' application/json' ];
632632
633- // @public (undocumented)
634- type AudioRoom = components [' schemas' ][' AudioRoom' ];
635-
636- // @public (undocumented)
637- type AudioRoomApproveSpeakRequest = operations [' audio-room___approve-speak' ][' requestBody' ][' content' ][' application/json' ];
638-
639- // @public (undocumented)
640- type AudioRoomCloseRequest = operations [' audio-room___close' ][' requestBody' ][' content' ][' application/json' ];
641-
642- // @public (undocumented)
643- type AudioRoomCreateRequest = operations [' audio-room___create' ][' requestBody' ][' content' ][' application/json' ];
644-
645- // @public (undocumented)
646- type AudioRoomCreateResponse = operations [' audio-room___create' ][' responses' ][' 200' ][' content' ][' application/json' ];
647-
648- // @public (undocumented)
649- type AudioRoomJoinRequest = operations [' audio-room___join' ][' requestBody' ][' content' ][' application/json' ];
650-
651- // @public (undocumented)
652- type AudioRoomLeaveRequest = operations [' audio-room___leave' ][' requestBody' ][' content' ][' application/json' ];
653-
654- // @public (undocumented)
655- type AudioRoomListRequest = operations [' audio-room___list' ][' requestBody' ][' content' ][' application/json' ];
656-
657- // @public (undocumented)
658- type AudioRoomListResponse = operations [' audio-room___list' ][' responses' ][' 200' ][' content' ][' application/json' ];
659-
660- // @public (undocumented)
661- type AudioRoomMuteUserRequest = operations [' audio-room___mute-user' ][' requestBody' ][' content' ][' application/json' ];
662-
663- // @public (undocumented)
664- type AudioRoomPullTracksRequest = operations [' audio-room___pull-tracks' ][' requestBody' ][' content' ][' application/json' ];
665-
666- // @public (undocumented)
667- type AudioRoomPullTracksResponse = operations [' audio-room___pull-tracks' ][' responses' ][' 200' ][' content' ][' application/json' ];
668-
669- // @public (undocumented)
670- type AudioRoomPushTracksRequest = operations [' audio-room___push-tracks' ][' requestBody' ][' content' ][' application/json' ];
671-
672- // @public (undocumented)
673- type AudioRoomPushTracksResponse = operations [' audio-room___push-tracks' ][' responses' ][' 200' ][' content' ][' application/json' ];
674-
675- // @public (undocumented)
676- type AudioRoomRenegotiateRequest = operations [' audio-room___renegotiate' ][' requestBody' ][' content' ][' application/json' ];
677-
678- // @public (undocumented)
679- type AudioRoomRequestSpeakRequest = operations [' audio-room___request-speak' ][' requestBody' ][' content' ][' application/json' ];
680-
681- // @public (undocumented)
682- type AudioRoomSessionCloseRequest = operations [' audio-room___session-close' ][' requestBody' ][' content' ][' application/json' ];
683-
684- // @public (undocumented)
685- type AudioRoomSessionCloseResponse = operations [' audio-room___session-close' ][' responses' ][' 200' ][' content' ][' application/json' ];
686-
687- // @public (undocumented)
688- type AudioRoomSessionRequest = operations [' audio-room___session' ][' requestBody' ][' content' ][' application/json' ];
689-
690- // @public (undocumented)
691- type AudioRoomSessionResponse = operations [' audio-room___session' ][' responses' ][' 200' ][' content' ][' application/json' ];
692-
693- // @public (undocumented)
694- type AudioRoomShowRequest = operations [' audio-room___show' ][' requestBody' ][' content' ][' application/json' ];
695-
696- // @public (undocumented)
697- type AudioRoomShowResponse = operations [' audio-room___show' ][' responses' ][' 200' ][' content' ][' application/json' ];
698-
699633// @public (undocumented)
700634type AuthAcceptRequest = operations [' auth___accept' ][' requestBody' ][' content' ][' application/json' ];
701635
@@ -1063,40 +997,6 @@ export type Channels = {
1063997 };
1064998 };
1065999 };
1066- audioRoom: {
1067- params: {
1068- roomId: string ;
1069- };
1070- events: {
1071- userJoined: (payload : {
1072- userId: string ;
1073- isSpeaker: boolean ;
1074- }) => void ;
1075- userLeft: (payload : {
1076- userId: string ;
1077- }) => void ;
1078- userMuted: (payload : {
1079- userId: string ;
1080- }) => void ;
1081- speakRequest: (payload : {
1082- userId: string ;
1083- }) => void ;
1084- speakApproved: (payload : {
1085- userId: string ;
1086- }) => void ;
1087- closed: (payload : Record <string , never >) => void ;
1088- trackPublished: (payload : {
1089- userId: string ;
1090- cfSessionId: string ;
1091- trackNames: string [];
1092- }) => void ;
1093- connected: (payload : {
1094- connectionId: string ;
1095- }) => void ;
1096- deviceSwitched: (payload : Record <string , never >) => void ;
1097- };
1098- receives: null ;
1099- };
11001000};
11011001
11021002// @public (undocumented)
@@ -1929,27 +1829,6 @@ declare namespace entities {
19291829 AppCreateResponse ,
19301830 AppShowRequest ,
19311831 AppShowResponse ,
1932- AudioRoomApproveSpeakRequest ,
1933- AudioRoomCloseRequest ,
1934- AudioRoomCreateRequest ,
1935- AudioRoomCreateResponse ,
1936- AudioRoomJoinRequest ,
1937- AudioRoomLeaveRequest ,
1938- AudioRoomListRequest ,
1939- AudioRoomListResponse ,
1940- AudioRoomMuteUserRequest ,
1941- AudioRoomPullTracksRequest ,
1942- AudioRoomPullTracksResponse ,
1943- AudioRoomPushTracksRequest ,
1944- AudioRoomPushTracksResponse ,
1945- AudioRoomRenegotiateRequest ,
1946- AudioRoomRequestSpeakRequest ,
1947- AudioRoomSessionRequest ,
1948- AudioRoomSessionResponse ,
1949- AudioRoomSessionCloseRequest ,
1950- AudioRoomSessionCloseResponse ,
1951- AudioRoomShowRequest ,
1952- AudioRoomShowResponse ,
19531832 AuthAcceptRequest ,
19541833 AuthSessionGenerateRequest ,
19551834 AuthSessionGenerateResponse ,
@@ -2556,8 +2435,7 @@ declare namespace entities {
25562435 ChatRoom ,
25572436 ChatRoomInvitation ,
25582437 ChatRoomMembership ,
2559- Event_2 as Event ,
2560- AudioRoom
2438+ Event_2 as Event
25612439 }
25622440}
25632441export { entities }
0 commit comments