SessionStateEvents

open class SessionStateEvents(val eventType: String, val sessionId: String) : VoipSessionEvents

Events sent to handle the change of Session State . The possible states are Started , Calling, In call, Connected,Reconnecting, Resumed, On Hold, Stopped and Closed Each states is defined by the @param eventType described in CallStateEventsType class The Event contains the session Identifier as String type

Constructors

Link copied to clipboard
fun SessionStateEvents(eventType: String, sessionId: String)

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

Inheritors

Link copied to clipboard