LocalAudioTrack

A local audio track.

Inherited properties

Link copied to clipboard
abstract val capturing: Boolean

true if capturing, false otherwise

Inherited functions

Link copied to clipboard

Converts this LocalMediaTrack capturing state to a StateFlow.

Link copied to clipboard
abstract fun dispose()

Disposes this LocalMediaTrack and frees any resources held by it.

Link copied to clipboard

Converts this LocalMediaTrack capturing state to a Flow.

Link copied to clipboard

Registers a CapturingListener that will be notified when capturing state changes.

Link copied to clipboard
abstract fun startCapture()

Start the capture.

Link copied to clipboard
abstract fun stopCapture()

Stops the capture.

Link copied to clipboard

Unregisters a previously registered CapturingListener.