public class AudioConnectorProperties
extends java.lang.Object
properties parameter of the
OpenTok.connectAudioStream(String, String, AudioConnectorProperties) method.| Modifier and Type | Class and Description |
|---|---|
static class |
AudioConnectorProperties.Builder
Intermediary stateful object used to construct
AudioConnectorProperties. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
headers()
Additional headers to include in the request body.
|
java.util.Collection<java.lang.String> |
streams()
(OPTIONAL)
A collection of stream IDs for the OpenTok streams included in the WebSocket audio.
|
java.lang.String |
type()
Returns the name of the JSON object for the connection request body.
|
java.net.URI |
uri()
The WebSocket URI to be used for the destination of the audio stream.
|
public java.net.URI uri()
public java.util.Collection<java.lang.String> streams()
public java.util.Map<java.lang.String,java.lang.String> headers()
public java.lang.String type()