Skip to content

Commit

Permalink
await transcription and dtmf handles on room close (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry authored Oct 18, 2024
1 parent e6f2164 commit be76166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions livekit-ffi/src/server/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ impl FfiRoom {
let _ = handle.close_tx.send(());
let _ = handle.event_handle.await;
let _ = handle.data_handle.await;
let _ = handle.transcription_handle.await;
let _ = handle.sip_dtmf_handle.await;
}
}
}
Expand Down

0 comments on commit be76166

Please sign in to comment.