sippo-sdk / com.quobis.sippo.sipposdk.conferencelog.model / Invitation

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

candidates

val candidates: List<Candidate>

Candidates who received the invitation.

from

val from: Participant

Who sent the invitation.

group

val group: Boolean

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

mediaTypes

val mediaTypes: Map<String, Boolean>

Mediatypes requested by the sender in the invitation.

state

val state: State

Invitation state.

to

val to: Callee

Who is the receiver of the invitation.