TVIRemoteAudioTrackPublication Class Reference

Inherits from TVIAudioTrackPublication : TVITrackPublication : NSObject
Declared in TVIRemoteAudioTrackPublication.h

Overview

TVIRemoteAudioTrackPublication contains the mapping between a published TVIRemoteAudioTrack 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

TVIRemoteAudioTrackPublication.h

  remoteTrack

The remote audio track associated with the track publication.

@property (nonatomic, strong, readonly, nullable) TVIRemoteAudioTrack *remoteTrack

Discussion

This property will return nil unless the Local Participant is subscribed to this track.

Declared In

TVIRemoteAudioTrackPublication.h

  publishPriority

Get the TVITrackPriority set by the publisher for the corresponding TVIRemoteAudioTrack.

@property (nonatomic, copy, readonly, nonnull) TVITrackPriority publishPriority

Discussion

This property will return TVITrackPriorityStandard if no priority was specified by the publisher.

Declared In

TVIRemoteAudioTrackPublication.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Track publications cannot be created explicitly

Declared In

TVIRemoteAudioTrackPublication.h