Fred Dixon
ff5b1b2149
Merge pull request #8683 from capilkey/web-audio-api-fallback
...
Implement WebAudio fallback
2020-02-29 09:16:27 -05:00
Chad Pilkey
163026ebff
Merge pull request #8680 from antobinary/remove-history-package
...
Remove unused package "history"
2020-02-28 19:46:40 -05:00
Chad Pilkey
ecfbe5e506
implmenent sip.js fallback for playing audio with web audio api
2020-02-29 00:38:30 +00:00
KDSBrowne
ad808fb970
add conversion error messages / remove unused message
2020-02-28 21:57:05 +00:00
Anton Georgiev
96e8f59a7b
Merge pull request #8681 from antobinary/locales-rc7
...
Pulled HTML5 locales on Feb 28, 2020
2020-02-28 14:31:52 -05:00
Anton Georgiev
12cb174662
Pulled HTML5 locales on Feb 28, 2020
2020-02-28 14:28:03 -05:00
Anton Georgiev
f356a530e9
remove unused package "history"
2020-02-28 14:23:09 -05: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
36a7536ca0
bump up node-sass to 4.13.1 as part of npm audit
2020-02-26 14:57:55 -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
ecc02915d6
remove meteor package jquery and lodash
2020-02-26 10:24:38 -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
Anton Georgiev
4e26af523f
Merge pull request #8639 from antobinary/locales-feb-14-2020
...
Pulled HTML5 locales Feb 14, 2020; Added Thai
2020-02-14 15:48:32 -05:00
Anton Georgiev
9c2797ecd6
Pulled HTML5 locales Feb 14, 2020; Added Thai
2020-02-14 15:46:33 -05:00
Pedro Beschorner Marin
5e3d039ec9
Fixed localization id
2020-02-14 12:12:36 -03:00
Anton Georgiev
11edb3cae9
clear externalvideo stream properly on meeting removed
2020-02-13 16:01:36 -05:00
Anton Georgiev
0834f4bdcc
handle edge case for credentials where meeting is removed
2020-02-13 14:40:15 -05: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
72cb9ae8e0
bind publisher for presentation-upload-token
2020-02-07 17:11:06 -05:00
Chad Pilkey
d9eae9d2b4
increase the pingpong removal timeout to reduce false positives
2020-02-07 11:02:39 -08: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
de50a4d199
pulled html5 client locales on 2.2 Jan 17, 2020
2020-01-17 20:26:18 +00:00
Chad Pilkey
5ee96f159d
Merge pull request #8507 from capilkey/minor-ext-video-log
...
Add the meetingId to the external video sync update logs
2020-01-17 12:16:09 -05:00
Chad Pilkey
e55d9116a9
add the meetingId to the external video sync update logs
2020-01-17 09:12:44 -08: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
Chad Pilkey
ee1b0278d1
adjust external video logs
2020-01-13 15:07:21 -08: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
89aa4564f3
Fix default settings
2020-01-13 09:45:29 -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