add webrtc and sdp subpackage

This commit is contained in:
RSWilli
2024-08-22 17:39:35 +02:00
parent 1f659f1f14
commit 12f374827b
14 changed files with 974 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package gstwebrtc_test
import (
"testing"
)
func TestRTPTransceiverGValueMarshal(t *testing.T) {
t.Skip("Not implemented, because we don't have a constructor for RTPTransceiver")
}