TVILocalAudioTrack Class Reference
Inherits from | TVIAudioTrack : TVITrack : NSObject |
---|---|
Declared in | TVIAudioTrack.h |
Overview
TVILocalAudioTrack
represents an audio track where the content is captured from your device’s audio subsystem.
constraints
The TVIAudioConstraints
that were provided when the track was added to TVILocalMedia
.
@property (nonatomic, strong, readonly, nonnull) TVIAudioConstraints *constraints
Declared In
TVIAudioTrack.h
enabled
Indicates if the track content is enabled.
@property (nonatomic, assign, getter=isEnabled) BOOL enabled
Discussion
It is possible to enable and disable local tracks. The results of this operation are signaled to other Participants in the same Room. When an audio track is disabled, silence is sent in place of normal audio.
Declared In
TVIAudioTrack.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Tracks cannot be created explicitly.
Declared In
TVIAudioTrack.h