/** * ```js * import { onRoomParticipantInviting } from '@amityco/ts-sdk' * const dispose = onRoomParticipantInviting(room => { * // ... * }) * ``` * * Fired when a participant is being invited to 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 onRoomCoHostInvited: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onRoomCoHostInvited.d.ts.map