Skip to content

Commit

Permalink
removed the initial inactive audio transceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Ohlmeier committed Aug 21, 2024
1 parent d679348 commit 98e3a8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/utils/rxjs/RxjsPeer.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,6 @@ function createPeerConnection(
) {
const pc = new RTCPeerConnection(configuration)

pc.addTransceiver('audio', {
direction: 'inactive',
})

return pc
}

Expand Down

0 comments on commit 98e3a8c

Please sign in to comment.