TVIRemoteVideoTrackPublication Class Reference
| Inherits from | TVIVideoTrackPublication : TVITrackPublication : NSObject |
|---|---|
| Declared in | TVIRemoteVideoTrackPublication.h |
Overview
TVIRemoteVideoTrackPublication contains the mapping between a published TVIRemoteVideoTrack and its server generated sid.
trackSubscribed
Returns whether the Local Participant has subscribed to this track.
@property (nonatomic, assign, readonly, getter=isTrackSubscribed) BOOL trackSubscribedDeclared In
TVIRemoteVideoTrackPublication.h
remoteTrack
The remote video track associated with the track publication.
@property (nonatomic, strong, readonly, nullable) TVIRemoteVideoTrack *remoteTrackDiscussion
This property will return nil unless the Local Participant is subscribed to this track.
Declared In
TVIRemoteVideoTrackPublication.h
publishPriority
Get the TVITrackPriority set by the publisher for the corresponding TVIRemoteVideoTrack.
@property (nonatomic, copy, readonly, nonnull) TVITrackPriority publishPriorityDiscussion
This property will return TVITrackPriorityStandard if no priority was specified by the publisher.
This property is deprecated since version 5.10.1.
Declared In
TVIRemoteVideoTrackPublication.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Track publications cannot be created explicitly
Declared In
TVIRemoteVideoTrackPublication.h