Package com.opentok
Class SipProperties
java.lang.Object
com.opentok.SipProperties
Defines values for the
properties
parameter of the
OpenTok.dial(String, String, SipProperties)
method.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Use this class to create a SipProperties object. -
Method Summary
Modifier and TypeMethodDescriptionfrom()
Returns the from value.Returns the SIP headers as JSON.boolean
Returns the observeForceMute value (true
orfalse
).password()
Returns the password.boolean
secure()
Returns the secure value (true
orfalse
).sipUri()
Returns the SIP URI.String[]
streams()
Returns the subscribed stream IDs.userName()
Returns the user name.boolean
video()
Return the video value (true
orfalse
).
-
Method Details
-
sipUri
Returns the SIP URI. -
from
Returns the from value. -
userName
Returns the user name. -
password
Returns the password. -
headersJsonStartingWithXDash
Returns the SIP headers as JSON. -
secure
public boolean secure()Returns the secure value (true
orfalse
). -
video
public boolean video()Return the video value (true
orfalse
). -
observeForceMute
public boolean observeForceMute()Returns the observeForceMute value (true
orfalse
). -
streams
Returns the subscribed stream IDs.- Returns:
- The selected stream IDs as an array.
-