TVOIceOptionsBuilder Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVOIceOptions.h |
Overview
If you provide a transportPolicy but do not provide any ICE Servers, then the servers will automatically
be fetched for you based upon how the Call was created. For Client created Calls the default Call settings
are used, while settings are provided on a per-Call basis when creating Calls using the REST API.
servers
An array of TVOIceServer objects to be used during connection establishment.
@property (nonatomic, strong, nullable) NSArray<TVOIceServer*> *serversDeclared In
TVOIceOptions.h
transportPolicy
The transport policy to use. Defaults to TVOIceTransportPolicyAll.
@property (nonatomic, assign) TVOIceTransportPolicy transportPolicyDeclared In
TVOIceOptions.h