We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5109c76 commit 7364c53Copy full SHA for 7364c53
pkg/cmd/raw-recording/processing/container_converter.go
@@ -11,7 +11,7 @@ import (
11
12
"github.com/pion/rtp"
13
"github.com/pion/rtp/codecs"
14
- "github.com/pion/webrtc/v4"
+ webrtc "github.com/pion/webrtc/v4"
15
"github.com/pion/webrtc/v4/pkg/media/rtpdump"
16
"github.com/pion/webrtc/v4/pkg/media/samplebuilder"
17
)
pkg/cmd/raw-recording/processing/sdp_tool.go
@@ -5,7 +5,7 @@ import (
5
"os"
6
"strings"
7
8
9
10
func readSDP(sdpFilePath string) (string, error) {
0 commit comments