@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
16 lines • 400 B
TypeScript
/**
* ```js
* import { stopRoom } from '@amityco/ts-sdk-react-native'
* const result = await stopRoom('roomId')
* ```
*
* Stops a room's broadcasting
*
* @param roomId The ID of the room to stop
* @returns The updated room data
*
* @category Room API
* @async
*/
export declare const stopRoom: (roomId: string) => Promise<Amity.Cached<Amity.Room>>;
//# sourceMappingURL=stopRoom.d.ts.map