TVIRemoteAudioTrack Class Reference

Inherits from TVIAudioTrack : TVITrack : NSObject
Declared in TVIRemoteAudioTrack.h

Overview

TVIRemoteAudioTrack represents a remote audio track.

  playbackEnabled

Controls whether the contents of the AudioTrack are played locally. Defaults to ‘YES’. Note that the remote party can still enable or disable the track.

@property (nonatomic, assign, getter=isPlaybackEnabled) BOOL playbackEnabled

Declared In

TVIRemoteAudioTrack.h

  sid

The sid of the remote audio track.

@property (nonatomic, copy, readonly, nonnull) NSString *sid

Declared In

TVIRemoteAudioTrack.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Tracks cannot be created explicitly.

Declared In

TVIRemoteAudioTrack.h