There was an error while loading. Please reload this page.
2 parents f2e8af9 + df2be69 commit 066c892Copy full SHA for 066c892
1 file changed
cmd/deskconn-router/main.go
@@ -258,6 +258,14 @@ func main() {
258
{
259
Name: "user",
260
Permissions: []xconn.Permission{
261
+ {
262
+ URI: "io.xconn.webrtc.*",
263
+ MatchPolicy: matchPrefix,
264
+ AllowCall: true,
265
+ AllowRegister: true,
266
+ AllowSubscribe: true,
267
+ AllowPublish: true,
268
+ },
269
270
URI: "io.xconn.deskconn.organization.",
271
MatchPolicy: matchPrefix,
0 commit comments