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:
Sean DuBois
2020-09-12 23:11:16 -07:00
parent 81cfadaf06
commit 2155a7d703
21 changed files with 132 additions and 266 deletions

View File

@@ -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.