如何在没有客户端连续轮询的情况下检查会议是否已在 bigbluebutton 中结束?

how to check if a meeting has ended in bigbluebutton without continuous polling from client?

我正在尝试将 bigbluebutton 集成到我的 Web 应用程序中。我遇到了一个场景,我必须通知 angular 中的客户会议已经结束并在之后执行某些任务。我试过了,但找不到任何东西。连续轮询是一种选择,但仍然想知道是否有其他方法。目前找不到任何东西。欢迎任何建议

我是 BigBlueButton 的产品经理。您现在可以在 BigBlueButton 中注册一个回调(您将其作为参数传递给 create API 调用),让它在给定会议结束时调用您的应用程序。参见

http://docs.bigbluebutton.org/dev/api.html#end-meeting-callback-url