bigbluebutton-Github/bigbluebutton-html5/imports
Pedro Beschorner Marin 09b39a8d63 Add extra pad validation
Associate pads with meetings so session validation is restricted to the
meeting's valid session tokens.

Meteor will dispatch new redis events on shared notes and closed captions
pads creation. This event will go through apps and reach web to populate
a new meeting's pad collection that contains all valid pad id's for that
session. Nginx will use this collection to check if the user's session token
belongs to the pad's authorized users.

Besides these modifications, an extra change will be needed at notes.nginx.
Location /pad/p/ needs to change it's auth_request:

from /bigbluebutton/connection/checkAuthorization;
to /bigbluebutton/connection/validatePad;
2021-02-10 13:37:04 -03:00
..
api Add extra pad validation 2021-02-10 13:37:04 -03:00
startup Add heapdump threshold in settings 2021-01-27 11:04:49 -03:00
ui Add extra pad validation 2021-02-10 13:37:04 -03:00
utils [html5/webrtc] Fix tryGenerateIceCandidates rejections, put it behind a flag 2020-11-11 13:43:36 +00:00