UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

17 lines 585 B
/** * ```js * import { onRoomCoHostInviteRejected } from '@amityco/ts-sdk' * const dispose = onRoomCoHostInviteRejected(room => { * // ... * }) * ``` * * Fired when a co-host invitation is rejected for a {@link Amity.Room} * * @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 onRoomCoHostInviteRejected: (callback: Amity.Listener<Amity.InternalInvitation[]>) => Amity.Unsubscriber; //# sourceMappingURL=onRoomCoHostInviteRejected.d.ts.map