Commit Graph

10538 Commits

Author SHA1 Message Date
Ramón Souza
a2fe718799
Merge pull request #19549 from ramonlsouza/timer-reset-on-update
fix: stop and reset timer when time is changed
2024-02-02 09:12:30 -03:00
Ramón Souza
2c5a7f3f00
Merge pull request #19479 from ramonlsouza/migrate-presen-actions
refactor: migrate presentation actions
2024-02-01 09:33:36 -03:00
Ramón Souza
b517c82a07 stop and reset timer when time is changed 2024-01-31 15:44:12 -03:00
Guilherme Pereira Leme
c5d6183f3e
feat(plugin): delete and reset features to data-channel (#19503)
* [plugin-sdk-data-channel-with-delete] - refactor data channel to add delete and reset features

* [plugin-sdk-data-channel-with-delete] - bumping version and fix lint errors
2024-01-30 18:38:09 -03:00
Guilherme Pereira Leme
ecb3350a9f
feat(plugins): create useTalkingIndicator and set for external video volume (#19447)
* [plugin-sdk-talking-indicator-and-external-video] - create new data consumption hook and ui command

* [plugin-sdk-talking-indicator-and-external-video] bump SDK version

* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues

* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues

* [plugin-sdk-talking-indicator-and-external-video] - resolve lint errors
2024-01-30 18:37:29 -03:00
Ramón Souza
4df0cf81c5
Merge pull request #19533 from ramonlsouza/remove-audiocaptions-collection
Refactor: remove audio-captions collection
2024-01-30 12:56:07 -03:00
hiroshisuga
d266d48f04 Update hooks.js 2024-01-30 09:28:44 -05:00
Ramón Souza
286882c255 restore presentation download button 2024-01-29 17:47:42 -03:00
Ramón Souza
2dc0daabdb
Merge pull request #19514 from Scroody/chat-system-msg
Client: System message style
2024-01-29 17:19:22 -03:00
André
ad8f6bee00 More requested changes made and TS error solving 2024-01-29 16:08:19 -03:00
André Castro
034df4cd19
Update component.tsx 2024-01-29 15:02:35 -03:00
André Castro
fb7ac6b5ae
Clear chat message 2024-01-29 14:55:25 -03:00
Tainan Felipe
b524f0b9fb
Fix: chat loading only one page per time (#19511) 2024-01-29 14:04:04 -03:00
Ramón Souza
e28408bca2 remove unused audio captions code 2024-01-29 13:27:30 -03:00
André
b5349aacb4 Corrections 2024-01-29 11:52:44 -03:00
Gustavo Trott
ed4bb8d15e
Merge pull request #19515 from gustavotrott/introduce-rttNetwork
Introduce `networkRttInMs` and `applicationRttInMs`
2024-01-29 09:26:11 -03:00
Ramón Souza
94a2f77deb
Merge pull request #19513 from JoVictorNunes/fix-chat-form-focus
fix(chat): properly restore text input focus
2024-01-26 14:08:16 -03:00
Ramón Souza
9530cbdd9e fix export presentation, add new action 2024-01-26 09:55:55 -03:00
Ramón Souza
419619fe15
Merge pull request #19519 from antobinary/ports-15
fix away and raiseHands 'reactions' being hidden by avatar image
2024-01-26 08:13:54 -03:00
Anton Georgiev
ec0799883f
fix: drop eslint upsetting space 2024-01-25 15:59:26 -05:00
Jan Kessler
5c8a597cfb fix away and raiseHands 'reactions' being hidden by avatar image 2024-01-25 15:29:49 -05:00
Ramón Souza
3ef6e2254d fix param 2024-01-25 17:12:23 -03:00
André
9daf2a3f6a v3.0 merge 2024-01-25 16:23:00 -03:00
André
9eeaf1db2e Solving errors 2024-01-25 16:21:51 -03:00
Gustavo Trott
b9e51e3163 Introduce networkRttInMs and applicationRttInMs 2024-01-25 12:27:53 -03:00
André
968ad6961c Client: System message style 2024-01-25 12:00:09 -03:00
João Victor
4950470ff0 fix(chat): properly restore text input focus after a message is sent 2024-01-25 11:37:14 -03:00
Ramón Souza
88ebdfc84d
Merge pull request #19508 from antobinary/ports-08
fix: add transitions to cursors for smoothing (port from 2.7)
2024-01-25 10:48:19 -03:00
Ramón Souza
1dcc68f387
Merge pull request #19194 from Scroody/issue-16945
fix: upgrade tooltip dependency and fix open tooltip on mobile (port from 2.7)
2024-01-25 09:53:25 -03:00
Ramón Souza
304995821d
Merge pull request #19502 from JoVictorNunes/issue-19495
fix(whiteboard): prevent annotation subscription from being recreated
2024-01-25 09:05:54 -03:00
Ramón Souza
03d0a6524f
Merge pull request #19203 from Scroody/chat-system-msg
Client: Chat message highlight on system messages
2024-01-24 16:28:48 -03:00
João Victor
57e5dcc54a fix: remove unnecessary condition 2024-01-24 13:53:01 -03:00
João Victor
f839fd8578 fix(whiteboard): prevent annotation subscription from being recreated 2024-01-24 13:19:51 -03:00
Ramón Souza
b35833c25c fix send annotation 2024-01-24 09:18:42 -03:00
Ramón Souza
45ecb1b1d3 Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-presen-actions 2024-01-24 08:48:58 -03:00
Ramón Souza
dfe2bdd7a6 migrate sendBulkAnnotations action 2024-01-24 08:37:51 -03:00
Ramón Souza
aee87dd04a
Merge pull request #19135 from Tainan404/fix-external-video
Fix: external video not keeps playing changing the presenter
2024-01-24 07:59:32 -03:00
Guilherme Pereira Leme
c8bea83de8
feat(plugin): refactor name of general exensible areas interface (#19467)
* [plugin-sdk-issue-62] - refactor general extensible area interface

* [plugin-sdk-issue-62] - refactor last components and bump SDK version
2024-01-23 17:34:50 -03:00
Ramón Souza
37f9c49a20
Merge pull request #19408 from ramonlsouza/migrate-moderator-actions
refactor: migrate moderator actions
2024-01-23 14:44:53 -03:00
Ramón Souza
5b0ad4f2b0
Merge pull request #19421 from JoVictorNunes/migrate-poll-answer-gathering
Refactor: migrate poll answer gathering
2024-01-23 14:28:12 -03:00
João Victor
eb135d86ef Remove unused interface 2024-01-23 13:42:47 -03:00
João Victor
ea463b37b5 Move all the necessary services to own service 2024-01-23 13:41:15 -03:00
João Victor
f5e65962e5 Tweak element types 2024-01-23 13:14:29 -03:00
Ramón Souza
7d777fbea0
Merge pull request #19491 from KDSBrowne/v3.cursorBug
Fix: Prevent Large Cursor Being Displayed To Presenter
2024-01-23 13:13:16 -03:00
Anton Georgiev
5822da12ec
Merge pull request #19486 from antobinary/ports-04
fix(sec): filter tags in presentation name (port from 2.7)
2024-01-23 10:39:23 -05:00
KDSBrowne
68394d4b14
fix: Improve Arrow Shape Handling With Tldraw v2 (#19376)
* move cleaning arrow shape to akka
2024-01-23 10:36:26 -05:00
Ramón Souza
00e881dfd6 migrate deleteAnnotations action 2024-01-23 11:31:39 -03:00
Ramón Souza
0dcb2bc7a2 migrate removePresentation action 2024-01-23 10:55:40 -03:00
Ramón Souza
b674d8a912 migrate setPresentation action 2024-01-23 09:51:14 -03:00
KDSBrowne
06ea7f7ddf Merge remote-tracking branch 'origin/v3.0.x-release' into v3.cursorBug 2024-01-23 02:15:38 +00:00