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
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Track publications cannot be created explicitly
Declared In
TVIRemoteVideoTrackPublication.h