Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting Meeting Room Name for Youtube Upload #9

Open
SanatSharma opened this issue Apr 13, 2020 · 2 comments
Open

Getting Meeting Room Name for Youtube Upload #9

SanatSharma opened this issue Apr 13, 2020 · 2 comments

Comments

@SanatSharma
Copy link

Hi, I was wondering if there is a way to getting meeting room name (MeetingName, returned in the getRecordings api) so that video name can be based on meeting name rather than meetingid. I'm not familiar with Ruby hence any guidance would help.

@SanatSharma
Copy link
Author

Figured it out. You can access the meeting_metadata object for meeting info.
for meeting name, do meeting_metadata['meetingName'].

All metadata info can be seen in /var/bigbluebutton/recording/raw//events.xml

@SanatSharma
Copy link
Author

I still don't fully understand one thing though, how do you make sure that the upload script is run only after download script has finished creating the mp4 recording

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant