Skip to content

Commit e0002ae

Browse files
committed
received audio frame.
1 parent 365de80 commit e0002ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/wgpu_room/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ impl LkApp {
8888
);
8989
self.video_renderers
9090
.insert((participant.identity(), track.sid()), video_renderer);
91-
} else if let RemoteTrack::Audio(_) = track {
91+
} else if let RemoteTrack::Audio(ref audio_track) = track {
9292
// TODO(theomonnom): Once we support media devices, we can play audio tracks here
9393
}
9494
}

0 commit comments

Comments
 (0)