Class CallStartEvent


  • public class CallStartEvent
    extends java.lang.Object
    There is a request to make an outbound call.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String uri
      The URI of the device to call.
    • Constructor Summary

      Constructors 
      Constructor Description
      CallStartEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • uri

        @SerializedName("uri")
        public java.lang.String uri
        The URI of the device to call.
    • Constructor Detail

      • CallStartEvent

        public CallStartEvent()