Uses of Class
com.vonage.client.video.ConnectRequest.Builder
Packages that use ConnectRequest.Builder
-
Uses of ConnectRequest.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return ConnectRequest.BuilderModifier and TypeMethodDescriptionConnectRequest.Builder.audioRate(Websocket.AudioRate audioRate) A number representing the audio sampling rate in Hz.static ConnectRequest.BuilderConnectRequest.builder()Entry point for constructing an instance of this class.Key-value pairs of headers to be sent to your WebSocket server with each message, with a maximum length of 512 bytes.The Vonage Video session ID that includes the Vonage Video streams you want to include in the WebSocket stream.(OPTIONAL) An array of stream IDs for the Vonage Video streams you want to include in the WebSocket audio.ConnectRequest.Builder.streams(Collection<String> streams) A collection of stream IDs for the Vonage Video streams you want to include in the WebSocket audio.(REQUIRED) A valid Vonage Video token for the Audio Connector connection to the Vonage Video Session.(REQUIRED) A publicly reachable WebSocket URI to be used for the destination of the audio stream.