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.
11 lines
246 B
11 lines
246 B
module github.com/Monibuca/plugin-webrtc/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Monibuca/engine/v3 v3.0.0-alpha1
|
|
github.com/Monibuca/utils/v3 v3.0.0-alpha3
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/pion/webrtc/v3 v3.0.4
|
|
)
|
|
|