Skip to content

Commit

Permalink
feat(portal): add enable webrtc switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrimbda committed Dec 19, 2024
1 parent e06c0b2 commit 9793cb0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/portal/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {

const internalTerminal = new Terminal(process.env.HOST_URL!, {
terminal_id: `Portal/Internal/${UUID()}`,
enable_WebRTC: process.env.ENABLE_WEBRTC === 'true',
name: 'Portal-Internal',
});

Expand Down
10 changes: 10 additions & 0 deletions common/changes/@yuants/app-portal/2024-12-19-18-18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@yuants/app-portal",
"comment": "add enable webrtc switch",
"type": "patch"
}
],
"packageName": "@yuants/app-portal"
}

0 comments on commit 9793cb0

Please sign in to comment.