SMICEServers Class Reference

Inherits from NSObject
Declared in SMICEServers.h

– addICEServer:

Constructor method for ICEServers.

- (void)addICEServer:(nonnull NSString *)url

Parameters

url

URL address of the ICEServer

Availability

3.0.3

Discussion

Constructor method for ICEServers.

Declared In

SMICEServers.h

– addICEServer:username:password:

Constructor method for ICEServers.

- (void)addICEServer:(nonnull NSString *)url username:(nonnull NSString *)username password:(nonnull NSString *)password

Parameters

url

Url address of the ICEServer

username

Username of the ICEServer

password

Password of the ICEServer

Availability

3.0.3

Discussion

Constructor method for ICEServers.

Declared In

SMICEServers.h

– servers

Returns iceServersArray.

- (nullable NSArray<SMICEServer*> *)servers

Return Value

iceServersArray of ICEServers

Availability

3.0.3

Discussion

Returns iceServersArray.

Declared In

SMICEServers.h