ACSIceServer Class

Declaration

@interface ACSIceServer : NSObject;

Description

Describes an ICE Server

Methods

init

Creates a new instance with a default configuration.

-(instancetype)init;

Properties

urls

Urls for the ICE servers

@property (copy, nonnull) NSArray<NSString *> * urls;

realm

Realm for the ICE servers

@property (retain, nonnull) NSString * realm;

tcpPort

TCP port for the ICE servers

@property int tcpPort;

udpPort

UDP port for the ICE servers

@property int udpPort;

username

Username for the ICE servers if credential infomation is needed for the server

@property (retain, nonnull) NSString * username;

password

Password for the ICE servers if credential infomation is needed for the server

@property (retain, nonnull) NSString * password;