UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

16 lines 417 B
/** * ```js * import { deleteRoom } from '@amityco/ts-sdk-react-native' * const result = await deleteRoom('roomId') * ``` * * Deletes an {@link Amity.Room} * * @param roomId The ID of the room to delete * @returns Promise that resolves when the room is deleted * * @category Room API * @async */ export declare const deleteRoom: (roomId: string) => Promise<void>; //# sourceMappingURL=deleteRoom.d.ts.map