Skip to content

Commit

Permalink
Fix stop for webrtc stream #1428
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Nov 2, 2024
1 parent 6b005a6 commit 2c34a17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/webrtc/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func NewConn(pc *webrtc.PeerConnection) *Conn {
Connection: core.Connection{
ID: core.NewID(),
FormatName: "webrtc",
Transport: pc,
},
pc: pc,
}
Expand Down

0 comments on commit 2c34a17

Please sign in to comment.