IceConfigPlacement

Controls how the provided iceServers are included relative to the Daily-provided servers.

Entries

Link copied to clipboard
@SerialName(value = "front")
Front

The provided iceServers are included in the array first. This is the default behavior.

Link copied to clipboard
@SerialName(value = "back")
Back

The Daily-provided servers are included first.

Link copied to clipboard
@SerialName(value = "replace")
Replace

Only the provided iceServers are used.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.