Package com.opentok

Class TokenOptions

    • Nested Class Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getData()
      Returns the connection metadata assigned to the token.
      long getExpireTime()
      Returns the expiration time the token, as the number of seconds since the UNIX epoch.
      java.util.List<java.lang.String> getInitialLayoutClassList()
      Returns the initial layout class list for streams published by the client using this token.
      Role getRole()
      Returns the role assigned to the token.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait