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 Summary

All MethodsStatic MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

String

getConnectionId()

The connection ID of the audio-only stream that is put into an OpenTok Session.

String

getId()

The unique ID of the SIP conference.

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 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.