You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
323 B
12 lines
323 B
module github.com/Monibuca/plugin-webrtc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v2 v2.1.7
|
|
github.com/Monibuca/plugin-rtp v0.0.0-20200531020026-1b12ef72f221
|
|
github.com/pion/rtcp v1.2.1
|
|
github.com/pion/transport v0.10.1 // indirect
|
|
github.com/pion/turn/v2 v2.0.4 // indirect
|
|
github.com/pion/webrtc/v2 v2.2.14
|
|
)
|
|
|