1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 21:31:07 +02:00

Update package webrtc with Quality structure

This commit is contained in:
Alexandre Iooss
2020-10-19 19:48:44 +02:00
parent 340d0447a8
commit 34200afaed
3 changed files with 29 additions and 36 deletions

View File

@ -5,12 +5,12 @@ import (
"testing"
"github.com/pion/webrtc/v3"
"gitlab.crans.org/nounous/ghostream/stream"
"gitlab.crans.org/nounous/ghostream/messaging"
)
func TestServe(t *testing.T) {
// Init streams messaging and WebRTC server
streams := make(map[string]*stream.Stream)
streams := messaging.New()
remoteSdpChan := make(chan struct {
StreamID string
RemoteDescription webrtc.SessionDescription