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 *track
Declared In
TVITrackPublication.h
trackEnabled
Indicates if the Track is enabled or not.
@property (nonatomic, assign, readonly, getter=isTrackEnabled) BOOL trackEnabled
Declared In
TVITrackPublication.h
trackName
The Track name.
@property (nonatomic, copy, readonly, nonnull) NSString *trackName
Declared 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 *trackSid
Declared In
TVITrackPublication.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Published tracks cannot be created explicitly
Declared In
TVITrackPublication.h