@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
17 lines • 558 B
TypeScript
/**
* ```js
* import { onRoomRecordedAvailable } from '@amityco/ts-sdk'
* const dispose = onRoomRecordedAvailable(room => {
* // ...
* })
* ```
*
* Fired when a {@link Amity.Room} recorded content becomes available
*
* @param callback The function to call when the event was fired
* @returns an {@link Amity.Unsubscriber} function to stop listening
*
* @category Room Events
*/
export declare const onRoomRecordedAvailable: (callback: Amity.Listener<Amity.RawRoom>) => Amity.Unsubscriber;
//# sourceMappingURL=onRoomRecordedAvailable.d.ts.map