Skip to content

Commit

Permalink
Merge pull request #10 from SloMR/AddWebRTC
Browse files Browse the repository at this point in the history
Add WebRTC feature.
  • Loading branch information
SloMR authored Oct 20, 2024
2 parents 8fda176 + 62720c7 commit f014b66
Show file tree
Hide file tree
Showing 31 changed files with 3,222 additions and 1,251 deletions.
3 changes: 3 additions & 0 deletions .fleet/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"plugins": []
}
107 changes: 103 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"development": {
"buildTarget": "client:build:development",
"ssl": true,
"sslKey": "../../../../../certs/key.pem",
"sslCert": "../../../../../certs/cert.pem",
"sslKey": "../certs/key.pem",
"sslCert": "../certs/cert.pem",
"port": 443
},
"docker": {
Expand Down
Loading

0 comments on commit f014b66

Please sign in to comment.