Package com.opentok

Class SipProperties

java.lang.Object
com.opentok.SipProperties

public class SipProperties extends Object
Defines values for the properties parameter of the OpenTok.dial(String, String, SipProperties) method.
See Also:
  • Method Details

    • sipUri

      public String sipUri()
      Returns the SIP URI.
    • from

      public String from()
      Returns the from value.
    • userName

      public String userName()
      Returns the user name.
    • password

      public String password()
      Returns the password.
    • headersJsonStartingWithXDash

      public String headersJsonStartingWithXDash()
      Returns the SIP headers as JSON.
    • secure

      public boolean secure()
      Returns the secure value (true or false).
    • video

      public boolean video()
      Return the video value (true or false).
    • observeForceMute

      public boolean observeForceMute()
      Returns the observeForceMute value (true or false).
    • streams

      public String[] streams()
      Returns the subscribed stream IDs.
      Returns:
      The selected stream IDs as an array.