Supports webrtc interface filtering on server (#2460)

* Supports webrtc interface filtering on server

* test(#2707): Fixed testing for build

* lint(#2707): Fixed lint issues for build

* normalize setting name

* move instructions in the configuration file

---------

Co-authored-by: Pieter Fabry <pieterfabry@observe.tech>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
PieterFabry
2023-10-07 16:51:01 +01:00
committed by GitHub
parent bb8c02b9f0
commit 3c4039b81f
8 changed files with 32 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ import (
func TestWebRTCSource(t *testing.T) {
state := 0
api, err := webrtcNewAPI(nil, nil, nil)
api, err := webrtcNewAPI(nil, nil, nil, nil)
require.NoError(t, err)
pc, err := webrtcpc.New(nil, api, nilLogger{})