Uses of Class
com.vonage.client.video.CreateSessionRequest.Builder
Packages that use CreateSessionRequest.Builder
-
Uses of CreateSessionRequest.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return CreateSessionRequest.BuilderModifier and TypeMethodDescriptionCreateSessionRequest.Builder.archiveMode(ArchiveMode archiveMode) Call this method to determine whether the session will be automatically archived (ArchiveMode.ALWAYS) or not (ArchiveMode.MANUAL).static CreateSessionRequest.BuilderCreateSessionRequest.builder()Instantiates a Builder, used to construct this object.CreateSessionRequest.Builder.e2ee(boolean e2ee) Call this method to enable end-to-end encryption for the session.Call this method to set an IP address that the Vonage servers will use to situate the session in its global network.CreateSessionRequest.Builder.location(InetAddress location) Call this method to set an IP address that the Vonage servers will use to situate the session in its global network.Call this method to determine whether the session will transmit streams using the Vonage Media Router (MediaMode.ROUTED) or not (MediaMode.RELAYED).