public static interface IceServer.Builder extends SdkPojo, CopyableBuilder<IceServer.Builder,IceServer>
| Modifier and Type | Method and Description |
|---|---|
IceServer.Builder |
password(String password)
A password to login to the ICE server.
|
IceServer.Builder |
ttl(Integer ttl)
The period of time, in seconds, during which the username and password are valid.
|
IceServer.Builder |
uris(Collection<String> uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec.
|
IceServer.Builder |
uris(String... uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec.
|
IceServer.Builder |
username(String username)
A username to login to the ICE server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIceServer.Builder uris(Collection<String> uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.
uris - An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or
protocols that can be used to reach the TURN server.IceServer.Builder uris(String... uris)
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.
uris - An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or
protocols that can be used to reach the TURN server.IceServer.Builder username(String username)
A username to login to the ICE server.
username - A username to login to the ICE server.IceServer.Builder password(String password)
A password to login to the ICE server.
password - A password to login to the ICE server.IceServer.Builder ttl(Integer ttl)
The period of time, in seconds, during which the username and password are valid.
ttl - The period of time, in seconds, during which the username and password are valid.Copyright © 2023. All rights reserved.