onJoinGroupRequestRejected( )


Notes:

Triggered when a join group request is rejected.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: JoinGroupRequestRejectedEnvelope): void | Promise<void>

Did this help?