/** * ```js * import { stopRoom } from '@amityco/ts-sdk' * 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>; //# sourceMappingURL=stopRoom.d.ts.map