-
public final class CallCompositeCallStateChangedEvent
Event with call state.
-
-
Field Summary
Fields Modifier and Type Field Description private final CallCompositeCallStateCode
code
private final String
callId
-
Constructor Summary
Constructors Constructor Description CallCompositeCallStateChangedEvent(CallCompositeCallStateCode code)
Create CallCompositeCallStateChangedEvent with call state.
-
Method Summary
Modifier and Type Method Description CallCompositeCallStateCode
getCode()
Returns the call state. String
getCallId()
Returns the call id. -
-
Constructor Detail
-
CallCompositeCallStateChangedEvent
CallCompositeCallStateChangedEvent(CallCompositeCallStateCode code)
Create CallCompositeCallStateChangedEvent with call state.- Parameters:
code
- call state CallCompositeCallStateCode.
-
-
Method Detail
-
getCode
CallCompositeCallStateCode getCode()
Returns the call state.
-
-
-
-