Fix stop for webrtc stream #1428
This commit is contained in:
@@ -29,6 +29,7 @@ func NewConn(pc *webrtc.PeerConnection) *Conn {
|
|||||||
Connection: core.Connection{
|
Connection: core.Connection{
|
||||||
ID: core.NewID(),
|
ID: core.NewID(),
|
||||||
FormatName: "webrtc",
|
FormatName: "webrtc",
|
||||||
|
Transport: pc,
|
||||||
},
|
},
|
||||||
pc: pc,
|
pc: pc,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user