ripe-holiday-36403
02/13/2025, 7:01 AMgray-monkey-83525
02/13/2025, 7:01 AMmute
method on the LocalTrack
class. This method stops sending track data and notifies the RemoteParticipant
with a TrackMutedEvent
. It returns true
if the track is successfully muted. Here's a basic example in Dart:
Future<bool> muteLocalTrack(LocalTrack track) async {
return await track.mute();
}
For more details, refer to the LiveKit Dart API documentation.
Would you like more detailed information or examples?
Sources:
- LiveKit Dart API documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.