Package com.opentok
Class Sip
java.lang.Object
com.opentok.Sip
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
Used internally. Use theOpenTok.dial()
method to start a SIP call. -
getId
The unique ID of the SIP conference. -
getConnectionId
The connection ID of the audio-only stream that is put into an OpenTok Session. -
getStreamId
The stream ID of the audio-only stream that is put into an OpenTok Session.
-