-
public final class CallCompositeCallStateChangedEventEvent with call state.
-
-
Field Summary
Fields Modifier and Type Field Description private final CallCompositeCallStateCodecodeprivate final StringcallId
-
Constructor Summary
Constructors Constructor Description CallCompositeCallStateChangedEvent(CallCompositeCallStateCode code)Create CallCompositeCallStateChangedEvent with call state.
-
Method Summary
Modifier and Type Method Description CallCompositeCallStateCodegetCode()Returns the call state. StringgetCallId()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.
-
-
-
-