apply Options
Updates the capture processing options on this track.
Note: LocalAudioTrackOptions.typingNoiseDetection is only applied at track creation time.
Example:
val track = localParticipant.getTrackPublication(Track.Source.MICROPHONE)?.track as? LocalAudioTrack
track?.applyOptions(LocalAudioTrackOptions(echoCancellation = false))Content copied to clipboard