Transfer

data class Transfer

A conference transfer.

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

Properties

Link copied to clipboard
val from: String

Who started the transfer.

Link copied to clipboard
val invitationId: String

Identifier of the invitation related to this transfer.

Link copied to clipboard
val state: State

Transfer state.

Link copied to clipboard
val to: String

Who received the transfer.