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

Transfer

data class Transfer

A transfer to another participant.

This class contains all the information required to accept an incoming transfer and to transfer the conference to another participant.

Properties

id

val id: String

Transfer identifier.

mediaTypes

val mediaTypes: List<MediaType>?

Media types which the sender requests the receiver to share.

to

val to: Callee

Callee to whom the transfer is going to be made.