onUserReceivedInvitation is not calling in GroupChannelHandler

onUserReceivedInvitation,
onUserJoined ,
onUserLeft
functions are not invoked/called in GroupChannelHandler, but others functions are calling like

onMessageReceived
onTypingStatusUpdated

Hello @Nadir_Kunbhar

Please ensure that you have properly registered the GroupChannelHandler and set it as the event handler for group channel events. Additionally, make sure that you have initialized the SendBird SDK and connected to the server before attempting to receive these events.

If you have already implemented this correctly and the methods are still not being called, please provide more details about your implementation, including any relevant code snippets, so that I can assist you further.

1 Like