2020-04-24 19:38:21 +02:00
|
|
|
module sfu
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/pion/rtcp v1.2.1
|
2020-04-27 03:28:45 +02:00
|
|
|
github.com/pion/rtp v1.4.0
|
2020-04-24 19:38:21 +02:00
|
|
|
github.com/pion/sdp v1.3.0
|
|
|
|
github.com/pion/webrtc/v2 v2.2.5
|
|
|
|
)
|