diff --git a/protocol/rtcp/rtcp_test.go b/protocol/rtcp/rtcp_test.go new file mode 100644 index 00000000..dea8f93d --- /dev/null +++ b/protocol/rtcp/rtcp_test.go @@ -0,0 +1,11 @@ +package rtcp + +import "testing" + +func TestReceiverReportBytes(t *testing.T) { + +} + +func TestSourceDescriptionBytes(t *testing.T) { + +}