TVIRemoteAudioTrack Class Reference
| Inherits from | TVIAudioTrack : TVITrack : NSObject | 
|---|---|
| Declared in | TVIRemoteAudioTrack.h | 
  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 playbackEnabledDeclared In
TVIRemoteAudioTrack.h
  sid
	The sid of the remote audio track.
@property (nonatomic, copy, readonly, nonnull) NSString *sidDeclared In
TVIRemoteAudioTrack.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Tracks cannot be created explicitly.
Declared In
TVIRemoteAudioTrack.h