/** * ```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.Unsubscriber; //# sourceMappingURL=onRoomRecordedAvailable.d.ts.map