Interface CallStateChangedEvent

    • Method Detail

      • getCallState

        CallState getCallState()
        Returns:
        the new CallState of the call
        Since:
        11.27
      • getCall

        default java.util.Optional<Call> getCall()
        Returns the optional Call object associated with this event. If there is no Call associated with the event, an empty optional is returned.
        Returns:
        the optional Call object, if the event is associated with a Call, otherwise an empty optional
        Since:
        11.27