Skip to content

Commit

Permalink
Allow livestream
Browse files Browse the repository at this point in the history
  • Loading branch information
owenkellogg committed Dec 25, 2022
1 parent 5834a11 commit bd508d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ workflows:
version: 2
build_and_deploy:
jobs:
- build
- build_docker:
requires:
- build
- build_docker
- deploy:
requires:
- build_docker
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ get402.json
dist/
.rabbi/config.json
keys/
downloads
.runcache
.DS_Store
2 changes: 1 addition & 1 deletion src/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const generate = (privateKey, { id, name, email, avatar, appId, kid, bala
moderator
},
features: {
livestreaming: 'false',
livestreaming: moderator ? 'true' : 'false',
recording: 'true',
transcription: 'false',
"outbound-call": 'false'
Expand Down

0 comments on commit bd508d4

Please sign in to comment.