@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
22 lines • 876 B
TypeScript
export * from './onRoomStartBroadcasting';
export * from './onRoomWaitingReconnect';
export * from './onRoomEndBroadcasting';
export * from './onRoomRecordedAvailable';
export * from './onRoomCoHostInvited';
export * from './onRoomCoHostInviteAccepted';
export * from './onRoomCoHostInviteRejected';
export * from './onRoomCoHostInviteCanceled';
export * from './onRoomParticipantJoined';
export * from './onRoomParticipantLeft';
export * from './onRoomParticipantStageLeft';
export * from './onRoomParticipantStageJoined';
export * from './onRoomTerminated';
export * from './onRoomDidUpdate';
export * from './onRoomCreated';
export * from './onRoomUpdated';
export * from './onRoomDeleted';
export * from './onRoomStopped';
export * from './onRoomParticipantRemoved';
export * from './onRoomLeft';
export * from './onLocalRoomDidUpdate';
//# sourceMappingURL=index.d.ts.map