onConnectionRequestReceived property
Callback for received the connection invitation
inviter
The about the inviter.
inviteeList
The list of about the invitee in current connection.
extensionInfo
Extension info。
Implementation
OnConnectionRequestReceived onConnectionRequestReceived =
(TUIConnectionUser inviter, List<TUIConnectionUser> inviteeList,
String extensionInfo) {};