onInvitationReceived

abstract fun onInvitationReceived(    @NonNull conversationId: String,     @Nullable phoneList: List<String>,     @Nullable groupIdList: List<Long>,     @NonNull internationalNumberSender: String)

Called when new recipients( users and / or groups) are added to conversation.

Called also when a recipient (sender) is invited you to conversation.

See also

Parameters

phoneList

Added international phone list or null

conversationId

The conversation ID that you are invited to

groupIdList

Added group id list or null

internationalNumberSender

The sender phone number of the invitation