public class SessionProperties
extends java.lang.Object
properties parameter of the
OpenTok.createSession(SessionProperties) method.| Modifier and Type | Class and Description |
|---|---|
static class |
SessionProperties.Builder
Use this class to create a SessionProperties object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
The location hint IP address.
|
MediaMode |
mediaMode()
Defines whether the session will transmit streams using the OpenTok Media Server or attempt
to transmit streams directly between clients.
|
java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> |
toMap()
Returns the session properties as a Map.
|
public java.lang.String getLocation()
SessionProperties.Builder.location(String location).public MediaMode mediaMode()
SessionProperties.Builder.mediaMode(MediaMode mediaMode).public java.util.Map<java.lang.String,java.util.Collection<java.lang.String>> toMap()