mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Move candidate parsing to pion/ice
Instead of having logic in pion/webrtc and pion/sdp move all logic to pion/ice. Users of pion/ice don't want to import these packages to use basic pion/ice functionality.
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/pion/rtp"
|
||||
"github.com/pion/sdp/v2"
|
||||
"github.com/pion/sdp/v3"
|
||||
)
|
||||
|
||||
// RTPTransceiver represents a combination of an RTPSender and an RTPReceiver that share a common mid.
|
||||
|
||||
Reference in New Issue
Block a user