Upgrade pion/rtp to v2

Also updates interceptor and srtp
This commit is contained in:
Sean DuBois
2021-07-29 11:13:22 -04:00
parent 5047c6b010
commit a67c66a0c5
25 changed files with 37 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ import (
"sync"
"sync/atomic"
"github.com/pion/rtp"
"github.com/pion/rtp/v2"
)
// RTPTransceiver represents a combination of an RTPSender and an RTPReceiver that share a common mid.