TransferEvent

class TransferEvent(    val eventType: String,     val sessionId: String,     val transferTo: VoipParticipant) : VoipSessionEvents

Constructors

Link copied to clipboard
fun TransferEvent(    eventType: String,     sessionId: String,     transferTo: VoipParticipant)

Properties

Link copied to clipboard
val transferTo: VoipParticipant

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
val eventType: String
Link copied to clipboard
val sessionId: String
Link copied to clipboard
var type: String