We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365de80 commit e0002aeCopy full SHA for e0002ae
examples/wgpu_room/src/app.rs
@@ -88,7 +88,7 @@ impl LkApp {
88
);
89
self.video_renderers
90
.insert((participant.identity(), track.sid()), video_renderer);
91
- } else if let RemoteTrack::Audio(_) = track {
+ } else if let RemoteTrack::Audio(ref audio_track) = track {
92
// TODO(theomonnom): Once we support media devices, we can play audio tracks here
93
}
94
0 commit comments