onInvitationHandledByOtherDevice property
Callback when invitation is handled by other device.
roomInfo Room information.
accepted Whether accepted.
Implementation
OnInvitationHandledByOtherDevice onInvitationHandledByOtherDevice = (TUIRoomInfo roomInfo, bool accepted) {};