Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fixed room query in UploadStream janus transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
khodzha committed Oct 14, 2020
1 parent fe48c6e commit e3c5fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/janus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ async fn handle_response_impl<C: Context>(

let room = endpoint::helpers::find_room_by_rtc_id(
context,
rtc.room_id(),
rtc.id(),
endpoint::helpers::RoomTimeRequirement::Any,
)?;

Expand Down

0 comments on commit e3c5fc3

Please sign in to comment.