Package com.opentok

Class SipProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SipProperties.Builder
      Use this class to create a SipProperties object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String from()
      Returns the from value.
      java.lang.String headersJsonStartingWithXDash()
      Returns the SIP headers as JSON.
      boolean observeForceMute()
      Returns the observeForceMute value (true or false).
      java.lang.String password()
      Returns the password.
      boolean secure()
      Returns the secure value (true or false).
      java.lang.String sipUri()
      Returns the SIP URI.
      java.lang.String userName()
      Returns the user name.
      boolean video()
      Return the video value (true or false).
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sipUri

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

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

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

        public java.lang.String password()
        Returns the password.
      • headersJsonStartingWithXDash

        public java.lang.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).