@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
17 lines • 585 B
TypeScript
/**
* ```js
* import { onRoomCoHostInviteCanceled } from '@amityco/ts-sdk'
* const dispose = onRoomCoHostInviteCanceled(room => {
* // ...
* })
* ```
*
* Fired when a co-host invitation is canceled 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 onRoomCoHostInviteCanceled: (callback: Amity.Listener<Amity.InternalInvitation[]>) => Amity.Unsubscriber;
//# sourceMappingURL=onRoomCoHostInviteCanceled.d.ts.map