Pedro Beschorner Marin
801ed30a8e
Missing after rebase
2019-12-10 13:02:18 +00:00
Pedro Beschorner Marin
8f8463cf91
Log when stats monitor stop
2019-12-10 09:07:07 -03:00
Pedro Beschorner Marin
5c71e2d0bb
Included new getStats monitor for audio and video
2019-12-10 09:07:06 -03:00
Pedro Beschorner Marin
a434f61052
Reverting file mode changes
2019-12-10 09:05:04 -03:00
Pedro Beschorner Marin
f5d7be7f00
Making the interface functional for the multiple webcams. This must change after thinking on a design
2019-12-10 09:05:03 -03:00
Pedro Beschorner Marin
315fa755f0
Removed unused video visibility monitor
2019-12-10 09:02:17 -03:00
Pedro Beschorner Marin
ee4a0ff861
Removed the last remains of videoStats
2019-12-10 09:02:17 -03:00
Pedro Beschorner Marin
3b591a086b
Unified video providers
2019-12-10 09:02:16 -03:00
Pedro Beschorner Marin
9fcae355c7
joinVideo gets the deviceId
2019-12-10 08:21:22 -03:00
Pedro Beschorner Marin
59bc7f91a1
Refactored video service
2019-12-10 08:21:21 -03:00
Pedro Beschorner Marin
debd8f714a
Removed unused session vars logic
2019-12-10 08:21:21 -03:00
Pedro Beschorner Marin
df6dd33c82
Fix for second camera connection
2019-12-10 08:21:21 -03:00
Pedro Beschorner Marin
3d2dd9b11c
Sharing webcam with deviceId prefix
2019-12-10 08:21:20 -03:00
Pedro Beschorner Marin
aa51aadea7
Removed extra events
2019-12-10 08:21:20 -03:00
Pedro Beschorner Marin
85b517c6bf
Linter stuff
2019-12-10 08:21:20 -03:00
Pedro Beschorner Marin
9da1c29c88
Cleanup
2019-12-10 08:21:19 -03:00
Pedro Beschorner Marin
4eb67c12be
Multiple webcams first commit
2019-12-10 08:21:19 -03:00
Chad Pilkey
771079c8f1
Merge pull request #8412 from capilkey/sipjs-sdp-logging
...
Fix a typo in the SDP candidate parsing
2019-12-09 16:17:25 -05:00
Chad Pilkey
ae0ad7ff3b
fix a typo in the SDP candidate parsing
2019-12-09 13:16:29 -08: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
Tainan Felipe
9194f383bb
Fix spacing in note button
2019-12-09 16:30:15 -03:00
Tainan Felipe
e3f33ab613
Fix row getting bigger than the message content when clear the chat
2019-12-09 11:10:22 -03:00
Fred Dixon
13892c9af9
Merge pull request #8407 from ffdixon/bump-rc3
...
Bump to RC-3
2019-12-07 16:29:07 -03:00
Fred Dixon
605e270727
Bump to RC-3
2019-12-07 13:26:54 -06:00
Chad Pilkey
bd6d44b8d6
Merge pull request #8405 from ritzalam/enforce-lock-settings-on-server
...
Enforce lock settings on server
2019-12-06 17:37:35 -05:00
Richard Alam
ecc99fa415
- apply lock settings when user is locked.
2019-12-06 14:31:50 -08:00
Richard Alam
e40def72a4
- enforce only mic settings when disabling mic
2019-12-06 13:46:02 -08:00
Richard Alam
bf2f4c536d
- apply lock settings to viewers and non-listen only users
2019-12-06 13:11:45 -08:00
Leonardo Crauss Daronco
ac801cfce7
Use journald as the default logger for rap and rap services
...
Changed only in the main class so journald is the default and in the
scripts related to the processes in resque. Internal scripts might still
be logging to files.
2019-12-06 17:06:32 -03:00
Richard Alam
a26d1f0a8f
- enforce lock settings
...
- make sure listen only users are muted
2019-12-06 11:50:50 -08:00
Richard Alam
124924735a
- if muted user is talking, mute the user
2019-12-06 11:37:20 -08:00
Leonardo Crauss Daronco
f1d37e8a08
Gracefully stop bbb-rap-starter when the service is stopped
2019-12-06 16:36:25 -03:00
Richard Alam
27d9879c12
- check if listen only user is talking and mute if so
2019-12-06 11:24:38 -08:00
Richard Alam
bcc14792ea
- enforce lock settings when user joins voice conf
...
- make sure liten only user is muted when they join voice conf
2019-12-06 11:11:48 -08:00
Leonardo Crauss Daronco
835449551d
Raise an exception if a rap step fails so resque will list it
...
Resque captures the exceptions and marks the jobs as failed.
2019-12-06 15:51:47 -03:00
Richard Alam
ace413b319
- apply disableMic lock settings to viewers and listen only users
2019-12-06 10:33:04 -08:00
Leonardo Crauss Daronco
29cae33636
Add the format parameter to the examples of post scripts
...
They are optional but it's better to have them than not. If they are passed
and the script doesn't expect it they break.
2019-12-06 15:23:19 -03:00
Chad Pilkey
19171f13ab
Merge pull request #8404 from capilkey/sipjs-sdp-logging
...
Move sip.js sdp logging properties under extraInfo
2019-12-06 11:59:03 -05:00
Chad Pilkey
1b94039a4f
move sipjs sdp logging properties under extraInfo
2019-12-06 08:40:58 -08:00
Leonardo Crauss Daronco
5e05b7a8e8
Fixes for the rap scripts after processing a real recording
2019-12-06 12:26:24 -03:00
Leonardo Crauss Daronco
d74be7962a
Process all .done files when bbb-rap-starter is started
...
Instead of just running when a .done file is added, it now also goes
through the files already there when the process starts.
2019-12-06 11:50:08 -03:00
Anton Georgiev
ac43c419ee
Merge pull request #8402 from capilkey/sipjs-sdp-logging
...
Extra log messages for sipjs candidates
2019-12-06 09:14:34 -05:00
Chad Pilkey
50365aa4da
extra log messages for sipjs candidates
2019-12-05 16:33:38 -08:00
Tainan Felipe
45307c9fc9
Merge remote-tracking branch 'upstream/master' into issue-8120
2019-12-05 18:23:08 -03:00
Vitor Mateus
fce072681f
Fix overflow and resize when placement left or right
2019-12-05 17:01:54 -03:00
Vitor Mateus
8046f72589
Remove settings change
2019-12-05 15:06:57 -03:00
Vitor Mateus
af3534fd57
Merge remote-tracking branch 'upstream/master' into issue-7850-2
2019-12-05 15:01:46 -03:00
Vitor Mateus
0baf41bc0b
Fix webcam position when drop on left or right sides
2019-12-05 15:01:23 -03:00
Anton Georgiev
f4d4838949
Merge pull request #8396 from KDSBrowne/tooltip-update
...
Fix tool-tips after tippy.js update to 5.1.1
2019-12-05 11:56:07 -05:00