Start pion/webrtc/v4

60eea43 is a breaking change
This commit is contained in:
Sean DuBois
2023-09-05 11:40:47 -04:00
committed by Sean DuBois
parent 824739f042
commit dc4b591c4d
81 changed files with 127 additions and 127 deletions

View File

@@ -11,7 +11,7 @@ import (
"testing"
"github.com/pion/stun"
"github.com/pion/webrtc/v3/pkg/rtcerr"
"github.com/pion/webrtc/v4/pkg/rtcerr"
"github.com/stretchr/testify/assert"
)