public class Sip
extends java.lang.Object
Do not call the new() constructor. To start a SIP call, call the
OpenTok.dial() method.
| Modifier and Type | Method and 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.
|
public static Sip makeSip()
OpenTok.dial() method to
start a SIP call.public java.lang.String getId()
public java.lang.String getConnectionId()
public java.lang.String getStreamId()