sippo-sdk / com.quobis.sippo.sipposdk.conference.listener / ConferenceListener / onInvitationUpdated

onInvitationUpdated

abstract fun onInvitationUpdated(conference: Conference, invitation: Invitation): Unit

Performs any actions that could be required when an invitation is updated. It is invoked whenever an invite or cancel request is processed (in these cases, the state will be Pending or Canceled respectively) and when the invitation result is received (the state will be Accepted or Rejected depending on the response).

Parameters

conference - Conference instance.

invitation - Updated invitation.