Invitation

data class Invitation

A invitation to a conference.

This class contains all the information required to invite a new participant to a particular conference and to know the current state of that invitation.

Types

Link copied to clipboard
sealed class Reason

Reasons why an Invitation may be rejected.

Link copied to clipboard
sealed class State

Possible states in which an Invitation may be.

Properties

Link copied to clipboard

Who sends the invitation.

Link copied to clipboard
val id: String

Invitation identifier.

Link copied to clipboard

Media types which the sender requests the receiver to share. If the receiver joins the conference, they could accept them or specify a different ones.

Link copied to clipboard

Invitation state.

Link copied to clipboard

Who is invited to join the conference.