TVIIceOptionsBuilder Class Reference

Inherits from NSObject
Declared in TVIIceOptions.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 Room was created. For Client created Rooms the default Room settings are used, while settings are provided on a per-Room basis when creating Rooms using the REST API.

  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