bigbluebutton-Github/build/packages-template/bbb-webrtc-sfu
prlanzarin 6225042148 feat: add user name to checkAuthorization response
Audio's callerId depends on the user name and there isn't
an "on-demand" way of fetching that field internally, making callerId
assembly with trusted attributes (server-side generated) impossible in
bbb-webrtc-sfu.

The new extra header (User-Name, mapped to user_name in the proxied
connection) allows fetching the user name field in a cheap way and
consequently provides a cheap+safe way of assembling the callerId.

Alternatives I've considered but discarded:
  - a new akka-apps req-resp pair for fetching the user name (+overhead)
  - a new akka-apps req-resp pair for generating the callerId (+overhead)
  - piggybacking on GetMicrophonePermissionReq/Resp to generate the
    callerId (same overhead, but mixing responsabilities)
2022-06-28 20:33:36 +00:00
..
.build-files build: swap bionic with focal 2022-03-14 19:04:23 +00:00
after-install.sh build: swap bionic with focal 2022-03-14 19:04:23 +00:00
bbb-restart-kms build: fix bbb-webrtc-sfu cronjob 2021-11-10 22:22:10 +01:00
bbb-webrtc-sfu.logrotate initial public version 2021-08-13 12:53:18 +02:00
bbb-webrtc-sfu.service initial public version 2021-08-13 12:53:18 +02:00
before-install.sh !build: remove config storing to /tmp when upgrading a package 2022-02-27 19:08:25 +00:00
before-remove.sh initial public version 2021-08-13 12:53:18 +02:00
build.sh packaging: Add dependencies on yq 3 2022-04-25 15:04:38 -04:00
kurento-media-server.service initial public version 2021-08-13 12:53:18 +02:00
opts-focal.sh packaging: Add dependencies on yq 3 2022-04-25 15:04:38 -04:00
webrtc-sfu.nginx feat: add user name to checkAuthorization response 2022-06-28 20:33:36 +00:00