... | @@ -54,11 +54,11 @@ To get the link of a recording you need the meeting ID. This can be found |
... | @@ -54,11 +54,11 @@ To get the link of a recording you need the meeting ID. This can be found |
|
|
|
|
|
1. on a BBB server directly by checking the log for the meeting-id of a specific room name ( `cat /var/log/bigbluebutton/bbb-web.log | grep roomname`).
|
|
1. on a BBB server directly by checking the log for the meeting-id of a specific room name ( `cat /var/log/bigbluebutton/bbb-web.log | grep roomname`).
|
|
|
|
|
|
2. on bbb@scale (pro.fairteaching.net) as an admin go to Administration (Django Interface) / Meeting - there you see the list of all meetings and if you click on it you see the meeting ID (however you do not know on which server, you need to check all)
|
|
2. on bbb@scale (pro.fairteaching.net) as an admin go to Administration (Django Interface) / Meeting - there you see the list of all meetings and if you click on it you see the meeting ID (however you do not know on which server, you need to check all). Then you need to map the meeting-ID to the BBB-meeting-ID
|
|
|
|
|
|
grep -R meeting-id /var/bigbluebutton/published/presentation/
|
|
grep -R meeting-id /var/bigbluebutton/published/presentation/*/metadata.xml
|
|
|
|
|
|
Then just add the meeting-id to the usual presentation link of the server as an example
|
|
Then just add the BBB-meeting-id to the usual presentation link of the server as an example
|
|
|
|
|
|
BBB 2.2: `https://arlberg.fairteaching.net/playback/presentation/2.0/playback.html?meetingId=70983043-34234343`
|
|
BBB 2.2: `https://arlberg.fairteaching.net/playback/presentation/2.0/playback.html?meetingId=70983043-34234343`
|
|
|
|
|
... | | ... | |