After user A started a group chat session and recieved OnNewSecondarySession and OnSecondarySessionStateChange callbacks, then invited user B and user C to join the session,when user B or user C accepted the invitation,but user A has not received the call back OnInvitedResult or OnUserJoin. what problem with that? Or What important point was ignored?

hello
just want to make some new friends
talk to people (as friends) and have fun
hello
just want to make some new friends
talk to people (as friends) and have fun
hello
just want to make some new friends
talk to people (as friends) and have fun
Re: no callback when a user accept chat
If User A creates a chatSession, he should not get the OnNewSecondarySession event. Once user A's chatSession state is AccSecondarySessionState_Online, he should receive OnParticipantJoined events for any participant who subsequently joins the chatSession. He can get AccSecondarySessionProp_Participants for the list of participants who already joined the chatSession.