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

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

from

val from: String

Who started the transfer.

invitationId

val invitationId: String

Identifier of the invitation related to this transfer.

state

val state: State

Transfer state.

to

val to: String

Who received the transfer.