mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The name for a BigBlueButton meeting is now generated from the stream name and topic name. The createTime option is used to have the user redirected to a link that is only valid for this meeting. Even if the same link in Zulip is used again, a new createTime parameter will be created, as the Meeting on the BigBlueButton server has to be recreated. Fixes #16498. Fixes #20509. Fixes #20804.