Package com.opentok

Class Sip


  • public class Sip
    extends java.lang.Object
    An object representing an OpenTok SIP call.

    Do not call the new() constructor. To start a SIP call, call the OpenTok.dial() method.

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConnectionId()
      The connection ID of the audio-only stream that is put into an OpenTok Session.
      java.lang.String getId()
      The unique ID of the SIP conference.
      java.lang.String getStreamId()
      The stream ID of the audio-only stream that is put into an OpenTok Session.
      static Sip makeSip()
      Used internally.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • makeSip

        public static Sip makeSip()
        Used internally. Use the OpenTok.dial() method to start a SIP call.
      • getId

        public java.lang.String getId()
        The unique ID of the SIP conference.
      • getConnectionId

        public java.lang.String getConnectionId()
        The connection ID of the audio-only stream that is put into an OpenTok Session.
      • getStreamId

        public java.lang.String getStreamId()
        The stream ID of the audio-only stream that is put into an OpenTok Session.