Skip to content

Commit

Permalink
Merge pull request #92 from nils-ohlmeier/remove_inactive_transceiver
Browse files Browse the repository at this point in the history
Remove the initial inactive audio transceiver
  • Loading branch information
third774 authored Aug 21, 2024
2 parents d679348 + 98e3a8c commit 4e5bbe8
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 4e5bbe8

Please sign in to comment.