KDSBrowne
ad808fb970
add conversion error messages / remove unused message
2020-02-28 21:57:05 +00:00
Anton Georgiev
addc5f2ea8
Merge pull request #8647 from pedrobmarin/user-list-text-overflow
...
Fix user-list item text-overflow
2020-02-28 11:05:14 -05:00
Anton Georgiev
99d31e9d5f
Merge pull request #8648 from capilkey/2.2-new-audio-state
...
Use internal messages for call state instead of DTMF
2020-02-28 11:04:03 -05:00
KDSBrowne
4e045283f4
move remove user option to bottom of dropdown menu
2020-02-27 15:17:24 +00:00
Chad Pilkey
584c115472
Merge pull request #8669 from antobinary/remove-some-atmosphere-packages
...
Explicitly import lodash where it is used
2020-02-26 14:58:52 -05:00
Anton Georgiev
f1fc72bc01
explicitly import lodash where it is used
2020-02-26 14:48:40 -05:00
Chad Pilkey
1912244de2
Merge pull request #8667 from antobinary/remove-some-atmosphere-packages
...
Remove some atmosphere packages
2020-02-26 12:47:50 -05:00
Anton Georgiev
dbc997cc85
explicitly import lodash so we can use _ functions
2020-02-26 10:43:24 -05:00
Anton Georgiev
e6f24fe874
Merge pull request #8650 from KDSBrowne/2.2-shortcut-fix
...
Fix broken shortcut keys
2020-02-24 16:54:38 -05:00
KDSBrowne
3933e04e43
correct typos / fixes broken shortcuts
2020-02-19 18:44:26 +00:00
Chad Pilkey
6a4ba7a300
watch for voice call state updates instead of DTMFs in the client
2020-02-18 14:03:06 -08:00
Pedro Beschorner Marin
8ccd24aefb
Fix user-list item text-overflow
2020-02-18 18:31:58 -03:00
Anton Georgiev
4b5c6c65e9
Merge pull request #8613 from antobinary/userId-stuff
...
Utilize Meteor session id instead of trusting client side meetingI…
2020-02-18 11:56:21 -05:00
Anton Georgiev
fafc79b641
Merge pull request #8611 from pedrobmarin/user-list-style
...
Unify user-list content style
2020-02-14 16:54:18 -05:00
Pedro Beschorner Marin
5e3d039ec9
Fixed localization id
2020-02-14 12:12:36 -03:00
Anton Georgiev
1fa426058f
corrected issues related to publishing and methods
2020-02-13 14:19:29 -05:00
Lucas Zawacki
c7bba345c6
Remove unused setState playing:true in onReady method
2020-02-12 17:39:45 -03:00
Lucas Zawacki
be9202a648
Adding some checks for null player in getCurrentTime and getCurrentPlaybackRate
2020-02-11 15:08:26 -03:00
Lucas Zawacki
fcecc3bcfe
Fix playbackrate state when being set from local player
2020-02-11 15:08:24 -03:00
Lucas Zawacki
a90be659d7
Attempt to limit flow of presenterSync messages just in case
2020-02-11 15:08:21 -03:00
Lucas Zawacki
9f2826949d
External video: don't use react state for flags that don't need re-renders
2020-02-11 15:08:18 -03:00
Lucas Zawacki
8165cba402
External video: prevent presenter from sending multiple unecessary play/pause messages
2020-02-11 15:08:13 -03:00
Anton Georgiev
a8f4827af8
utilize Meteor connection id instead of trusting client side meetingId, userId
2020-02-06 15:48:16 -05:00
Pedro Beschorner Marin
1d87949d65
Unify user-list content style
2020-02-06 16:46:21 -03:00
prlanzarin
10b4a60a57
Fix race condition in video-provider that may cause peers to fail
...
The peer object was being fetched only once in the ICE candidate callback, and it would fetch a placeholder empty object (sometimes) which would be kept in the callback closure till the end of the peer lifecycle. With that, the didSDPAnswered state variable which released the outbound ICE queue wouldnt be correctly read and the queue would never be flushed
2020-01-31 19:32:57 +00:00
Anton Georgiev
e420dc2546
add bbb_show_participants_on_login as a join parameter
2020-01-30 15:43:54 -05:00
Anton Georgiev
efbe4675b8
Merge pull request #8482 from jfsiebel/streamer-fix
...
Fix streamer not working on meteor restart
2020-01-15 12:25:02 -05:00
Lucas Zawacki
4ade850a5a
Pause synced video if presenter exits the room
2020-01-13 13:53:49 -03:00
Lucas Zawacki
14fd979955
Remove viewerJoined logic and prevent handleOnReady from running multiple times
2020-01-13 13:53:47 -03:00
Joao Siebel
f95107e3a0
Remove JSON.parse and JSON.stringfy
2020-01-13 13:43:31 -03:00
Joao Siebel
b6c900ca84
Fix annotations and cursor streamer
...
The problem was caused when meteor restarted without reloading the page,
the ddp subscription called a onStop event that set all handlers to undefined
after we set the handlers on the init function.
2020-01-13 09:34:54 -03:00
Anton Georgiev
4e1d55efd2
Prevent parallel screenshare and external-video
2019-12-18 16:40:04 -05:00
Anton Georgiev
a952efe4b2
Merge pull request #8397 from KDSBrowne/update-whos-talking
...
Fix elements overlapping whos talking
2019-12-09 15:28:30 -05:00
Anton Georgiev
c2d90b1d2d
Merge pull request #8323 from KDSBrowne/issue-8290
...
Fix restore presentation button overlap (Mobile - Presenter)
2019-12-09 15:26:32 -05:00
Joao Siebel
88fad50233
WIP streamer stuff
2019-12-06 14:46:58 -03:00
KDSBrowne
d71b3e67ab
clean up css values
2019-12-04 19:48:06 +00:00
Joao Siebel
8e252500ec
Add debug messages to cursor streamer
2019-12-04 12:42:41 -03:00
KDSBrowne
a0374d61f6
fix indicator being overlapped (mobile portrait)
2019-11-29 15:19:48 +00:00
prlanzarin
4e55145381
Change VideoService userName fetch to Auth and pass it again to video-provider
2019-11-28 18:49:20 +00:00
prlanzarin
19bf430760
Add userId and userName to the SFU start calls where they were missing
2019-11-28 18:46:23 +00:00
prlanzarin
52d69156ca
Fix viewer camera reconnection timers
...
Also try to reconnect when ICE fails, a server-side error comes through or the WebRTC stack throws a tantrum, not only when the first connection fails.
2019-11-28 18:03:14 +00:00
prlanzarin
d3fa2f6508
Add an outbound ice queue to video-provider peers
...
Only send candidates after the SDP exchange was locked due stop-start glare
2019-11-28 18:01:32 +00:00
Anton Georgiev
c7c29e37e9
Merge pull request #8368 from felcaetano/enable-change-slides-with-page-up-down
...
Swapping PAGE_UP and PAGE_DOWN key bindings
2019-11-26 17:13:34 -05:00
felcaetano
e13cf362b2
Swapping PAGE_UP and PAGE_DOWN key bindings
...
Swapping the keys as requested by @kaitkrull to fit most of the remotes.
2019-11-26 19:00:28 -03:00
KDSBrowne
3cd81682f7
make talking indicator display users with the same name
2019-11-26 16:44:58 +00:00
KDSBrowne
7e1727f652
make talking indicator scrollable horizontally
2019-11-26 15:59:26 +00:00
KDSBrowne
b61fa7f9fc
fix indicator clipping on safari
2019-11-25 19:24:12 +00:00
KDSBrowne
feba820568
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into update-whos-talking
2019-11-25 15:41:48 +00:00
KDSBrowne
a3350b6f63
increase padding for talking indicator elements
2019-11-23 17:42:26 +00:00
KDSBrowne
17996bd742
use actual Buttons in indicator / imp spacing
2019-11-22 22:29:41 +00:00