Package 

Class SessionOptions

    • Constructor Summary

      Constructors 
      Constructor Description
      SessionOptions(Room room, Duration agentConnectTimeout, TokenRequestOptions tokenRequestOptions)
    • Method Summary

      Modifier and Type Method Description
      final Room getRoom() The Room to use.
      final Duration getAgentConnectTimeout() Amount of time to wait for an agent to join the room, before transitioning the Agent to the failure state.
      final TokenRequestOptions getTokenRequestOptions() The options to use when fetching the token, if it is fetching from a ConfigurableTokenSource.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionOptions

        SessionOptions(Room room, Duration agentConnectTimeout, TokenRequestOptions tokenRequestOptions)
    • Method Detail

      • getRoom

         final Room getRoom()

        The Room to use. If null is passed, one will be created for you.

      • getTokenRequestOptions

         final TokenRequestOptions getTokenRequestOptions()

        The options to use when fetching the token, if it is fetching from a ConfigurableTokenSource.

        These options will be ignored for a FixedTokenSource.