Skip to content

Commit

Permalink
OPENTOK-47711: show captions from multiple participants (aullman#163)
Browse files Browse the repository at this point in the history
* updated css

* using new angualr

* undo package-lock changes
  • Loading branch information
michaelwhittemore authored Jun 3, 2022
1 parent e7afc48 commit d49dc37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jwt-simple": "^0.5.0",
"ng-debounce": "^1.0.1",
"opentok": "^2.6.2",
"opentok-angular": "https://github.com/michaelwhittemore/opentok-angular.git#render-captions-with-name",
"opentok-angular": "https://github.com/michaelwhittemore/opentok-angular.git#multiple-caption-subscribers",
"opentok-camera-filters": "^2.0.1",
"opentok-editor": "https://github.com/maikthomas/opentok-editor.git#master",
"opentok-jwt": "^0.1.4",
Expand Down
4 changes: 2 additions & 2 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ opentok-textchat #otTextChatMessages {
#caption-render-box {
width: 100%;
left: 0;
bottom: 5em;
bottom: 3em;
position: absolute;
text-align: center;
color: black;
background-color: white;
font-size: 2.5em;
font-size: 2em;
}

#transcribe-popup {
Expand Down

0 comments on commit d49dc37

Please sign in to comment.