TVIIceOptionsBuilder Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVIIceOptions.h |
Overview
TVIIceOptionsBuilder
constructs TVIIceOptions
If you provide a transportPolicy but do not provide any ICE Servers, TVIVideoClient
will fetch the
default servers based upon your configuration profile. However, the transportPolicy
provided by you will be respected.
servers
An array of TVIIceServer
objects to be used during connection establishment.
@property (nonatomic, strong, nullable) NSArray<TVIIceServer*> *servers
Declared In
TVIIceOptions.h
transportPolicy
The transport policy to use. Defaults to TVIIceTransportPolicyAll
.
@property (nonatomic, assign) TVIIceTransportPolicy transportPolicy
Declared In
TVIIceOptions.h