IceServer

public struct IceServer : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A password to login to the ICE server.

    Declaration

    Swift

    public let password: String?
  • ttl

    The period of time, in seconds, during which the username and password are valid.

    Declaration

    Swift

    public let ttl: Int?
  • 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.

    Declaration

    Swift

    public let uris: [String]?
  • A username to login to the ICE server.

    Declaration

    Swift

    public let username: String?
  • Undocumented

    Declaration

    Swift

    public init(password: String? = nil, ttl: Int? = nil, uris: [String]? = nil, username: String? = nil)