ReceivedCallEvent

sealed class ReceivedCallEvent : VoipEvents

Types

Link copied to clipboard
data class IncomingCallReceived(val vCall: STWVCall) : ReceivedCallEvent
Link copied to clipboard
data class IncomingMergedCallReceived(val vCall: STWVCall) : ReceivedCallEvent
Link copied to clipboard
data class MissedCallReceived(val voipSessionId: Int) : ReceivedCallEvent
Link copied to clipboard
annotation class ReceivedCallEventType

Inherited properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard