Skip to content

Commit

Permalink
livekit-rtc: properly call SipDtmf FFI request
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp authored Jul 27, 2024
1 parent 9cdc36e commit 23724b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-bags-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/rtc-node": patch
---

properly call SipDtmf FFI request
1 change: 1 addition & 0 deletions packages/livekit-rtc/src/participant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export class LocalParticipant extends Participant {

async publishDtmf(code: number, digit: string) {
const req = new PublishSipDtmfRequest({
localParticipantHandle: this.ffi_handle.handle,
code,
digit,
});
Expand Down

0 comments on commit 23724b1

Please sign in to comment.