TVIClientOptionsBuilder Class Reference

Inherits from NSObject
Declared in TVIClientOptions.h

Overview

TVIClientOptionsBuilder constructs TVIClientOptions.

  delegateQueue

The queue where TwilioVideo classes will invoke delegate methods.

@property (nonatomic, strong, nullable) dispatch_queue_t delegateQueue

Discussion

All delegate methods except for TVIVideoViewRendererDelegate and TVICameraCaptureDelegate are performed on this queue. The TVIVideoClient, and any TVIRoom instances which are created from it will maintain strong references to this queue until they are destroyed.

Declared In

TVIClientOptions.h