CellularCallEvent

class CellularCallEvent(val eventType: String) : VoipEvents

Event sent to handle the change of cellular Call State The states handled are Started, Ended and Missed each states is defined by the @param eventType described in CellularCallEventsType

Constructors

Link copied to clipboard
fun CellularCallEvent(eventType: String)

Inherited properties

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