TVITrackPublication Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TVITrackPublication.h |
Overview
TVITrackPublication contains the mapping between a local track and its server generated sid.
track
The track associated with the track publication.
@property (nonatomic, strong, readonly, nullable) TVITrack *trackDeclared In
TVITrackPublication.h
trackEnabled
Indicates if the Track is enabled or not.
@property (nonatomic, assign, readonly, getter=isTrackEnabled) BOOL trackEnabledDeclared In
TVITrackPublication.h
trackName
The Track name.
@property (nonatomic, copy, readonly, nonnull) NSString *trackNameDeclared In
TVITrackPublication.h
trackSid
The Local Tracks’s server identifier. This value uniquely identifies the Local Track within the scope of a Room.
@property (nonatomic, copy, readonly, nonnull) NSString *trackSidDeclared In
TVITrackPublication.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Published tracks cannot be created explicitly
Declared In
TVITrackPublication.h