Skip to content

Commit 066c892

Browse files
Merge pull request #52 from xconnio/allow-user-to-register
allow user to register, call, publish and subscribe test webrtc uris
2 parents f2e8af9 + df2be69 commit 066c892

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cmd/deskconn-router/main.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,14 @@ func main() {
258258
{
259259
Name: "user",
260260
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+
},
261269
{
262270
URI: "io.xconn.deskconn.organization.",
263271
MatchPolicy: matchPrefix,

0 commit comments

Comments
 (0)