java.lang.Object

com.opentok.AudioConnector


public class AudioConnector extends Object

Represents an Audio Connector instance.

Method Summary

All MethodsStatic MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

String

getConnectionId()

String

getId()

static AudioConnector

makeConnection()

Do not call this method.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

makeConnection

public static AudioConnector makeConnection()

Do not call this method. To initiate an audio stream connection to a session, call the OpenTok.connectAudioStream(String, String, AudioConnectorProperties) method.

getId

public String getId()

Returns: : A unique ID identifying the Audio Connector WebSocket connection.

getConnectionId

public String getConnectionId()

Returns: : The OpenTok connection ID for the Audio Connector WebSocket connection in the OpenTok session.