onInvitationUserStateChanged property
dynamic Function(List<ZegoSignalingPluginInvitationUserInfo> )?
onInvitationUserStateChanged
getter/setter pair
This callback will be triggered to caller or callee in current calling inviting when the other calling member accepts, rejects, or exits, or the response times out.
If the user is not the inviter who initiated this call invitation or is not online, the callback will not be received.
Implementation
Function(List<ZegoSignalingPluginInvitationUserInfo>)?
onInvitationUserStateChanged;