onConnectionRequestReceived property

OnConnectionRequestReceived onConnectionRequestReceived
getter/setter pair

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) {};