on Invitation Updated
abstract fun onInvitationUpdated(conference: Conference, invitation: Invitation)
Content copied to clipboard
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.