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 trackSubscribed
Declared In
TVIRemoteVideoTrackPublication.h
remoteTrack
The remote video track associated with the track publication.
@property (nonatomic, strong, readonly, nullable) TVIRemoteVideoTrack *remoteTrack
Discussion
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)init
Discussion
Track publications cannot be created explicitly
Declared In
TVIRemoteVideoTrackPublication.h