Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Jan 17, 2025
1 parent c78af63 commit 5a214ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit/src/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ impl RoomSession {
self.handle_data_stream_chunk(chunk, participant_identity);
}
EngineEvent::DataStreamTrailer { trailer, participant_identity } => {
self.handle_data_stream_trailer(chunk, participant_identity);
self.handle_data_stream_trailer(trailer, participant_identity);
}
_ => {}
}
Expand Down

0 comments on commit 5a214ea

Please sign in to comment.