Public Member Functions | |
Client (String ident, String secret, String channel) | |
Initializes a new instance of the fm.liveswitch.xirsys.v3.Client class. More... | |
Client (String ident, String secret, String channel, boolean secure) | |
Initializes a new instance of the fm.liveswitch.xirsys.v3.Client class. More... | |
String | getChannel () |
Gets the "channel" value. More... | |
String | getEndpoint () |
Gets the HTTP endpoint. More... | |
fm.liveswitch.Future< fm.liveswitch.IceServer[]> | getIceServers () |
Gets an array of XirSys ICE servers. More... | |
String | getIdent () |
Gets the "ident" value. More... | |
String | getSecret () |
Gets the "secret" value. More... | |
boolean | getSecure () |
Gets the "secure" value. More... | |
void | setChannel (String value) |
Sets the "channel" value. More... | |
void | setEndpoint (String value) |
Sets the HTTP endpoint. More... | |
void | setIdent (String value) |
Sets the "ident" value. More... | |
void | setSecret (String value) |
Sets the "secret" value. More... | |
void | setSecure (boolean value) |
Sets the "secure" value. More... | |
Static Public Member Functions | |
static String | getDefaultEndpoint () |
Gets the default HTTP endpoint. More... | |
static void | setDefaultEndpoint (String value) |
Sets the default HTTP endpoint. More... | |
A XirSys v3 client.
fm.liveswitch.xirsys.v3.Client.Client | ( | String | ident, |
String | secret, | ||
String | channel | ||
) |
Initializes a new instance of the fm.liveswitch.xirsys.v3.Client class.
ident | The "ident" value. |
secret | The "secret" value. |
channel | The "channel" value. |
fm.liveswitch.xirsys.v3.Client.Client | ( | String | ident, |
String | secret, | ||
String | channel, | ||
boolean | secure | ||
) |
Initializes a new instance of the fm.liveswitch.xirsys.v3.Client class.
ident | The "ident" value. |
secret | The "secret" value. |
channel | The "channel" value. |
secure | The "secure" value. |
String fm.liveswitch.xirsys.v3.Client.getChannel | ( | ) |
Gets the "channel" value.
|
static |
Gets the default HTTP endpoint.
Defaults to "https://global.xirsys.net/_turn".
String fm.liveswitch.xirsys.v3.Client.getEndpoint | ( | ) |
Gets the HTTP endpoint.
fm.liveswitch.Future<fm.liveswitch.IceServer[]> fm.liveswitch.xirsys.v3.Client.getIceServers | ( | ) |
Gets an array of XirSys ICE servers.
String fm.liveswitch.xirsys.v3.Client.getIdent | ( | ) |
Gets the "ident" value.
String fm.liveswitch.xirsys.v3.Client.getSecret | ( | ) |
Gets the "secret" value.
boolean fm.liveswitch.xirsys.v3.Client.getSecure | ( | ) |
Gets the "secure" value.
Defaults to
.
void fm.liveswitch.xirsys.v3.Client.setChannel | ( | String | value | ) |
Sets the "channel" value.
|
static |
Sets the default HTTP endpoint.
Defaults to "https://global.xirsys.net/_turn".
void fm.liveswitch.xirsys.v3.Client.setEndpoint | ( | String | value | ) |
Sets the HTTP endpoint.
void fm.liveswitch.xirsys.v3.Client.setIdent | ( | String | value | ) |
Sets the "ident" value.
void fm.liveswitch.xirsys.v3.Client.setSecret | ( | String | value | ) |
Sets the "secret" value.
void fm.liveswitch.xirsys.v3.Client.setSecure | ( | boolean | value | ) |
Sets the "secure" value.
Defaults to
.