Package com.opentok

Class Sip

java.lang.Object
com.opentok.Sip

public class Sip extends 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 Details

    • makeSip

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

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

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

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