TVILocalDataTrackPublication Class Reference
Inherits from | TVIDataTrackPublication : TVITrackPublication : NSObject |
---|---|
Declared in | TVILocalDataTrackPublication.h |
Overview
TVILocalDataTrackPublication
contains the mapping between a published TVILocalDataTrack
and its server generated sid
.
localTrack
The local data track associated with track publication.
@property (nonatomic, strong, readonly, nullable) TVILocalDataTrack *localTrack
Declared In
TVILocalDataTrackPublication.h
priority
The track priority of the TVILocalDataTrackPublication
@property (nonatomic, copy, nonnull) TVITrackPriority priority
Discussion
The publisher’s TVITrackPriority
for the corresponding TVILocalDataTrack
can be updated after
it has been published. This property is deprecated since version 5.10.1.
Declared In
TVILocalDataTrackPublication.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Track publications cannot be created explicitly
Declared In
TVILocalDataTrackPublication.h