Session State Events
open class SessionStateEvents(val eventType: String, val sessionId: String) : VoipSessionEvents
Content copied to clipboard
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