| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideosignalingchannels.model |
| Modifier and Type | Method and Description |
|---|---|
IceServer |
IceServer.clone() |
IceServer |
IceServer.withPassword(String password)
A password to login to the ICE server.
|
IceServer |
IceServer.withTtl(Integer ttl)
The period of time, in seconds, during which the username and password are valid.
|
IceServer |
IceServer.withUris(Collection<String> uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris
spec.
|
IceServer |
IceServer.withUris(String... uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris
spec.
|
IceServer |
IceServer.withUsername(String username)
A username to login to the ICE server.
|
| Modifier and Type | Method and Description |
|---|---|
List<IceServer> |
GetIceServerConfigResult.getIceServerList()
The list of ICE server information objects.
|
| Modifier and Type | Method and Description |
|---|---|
GetIceServerConfigResult |
GetIceServerConfigResult.withIceServerList(IceServer... iceServerList)
The list of ICE server information objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIceServerConfigResult.setIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
GetIceServerConfigResult |
GetIceServerConfigResult.withIceServerList(Collection<IceServer> iceServerList)
The list of ICE server information objects.
|
Copyright © 2024. All rights reserved.