Invitation

data class Invitation

A invitation to a conference.

This class contains the information about one specific invitation made during the conference associated with a given ConferenceEntry, such as who sent the invitation and how it ended.

Properties

Link copied to clipboard
val candidates: List<Candidate>

Candidates who received the invitation.

Link copied to clipboard
val from: Participant

Who sent the invitation.

Link copied to clipboard
val group: Boolean

True if the invitation was sent to a group, false otherwise.

Link copied to clipboard
val mediaTypes: Map<String, Boolean>

Mediatypes requested by the sender in the invitation.

Link copied to clipboard
val state: State

Invitation state.

Link copied to clipboard
val to: Callee

Who is the receiver of the invitation.