Ant Media Server 发生某些事件时,如何从 JS 客户端访问回调?

How to access callbacks from the JS client when certain events happen in Ant Media Server?

是否有可从 JS 客户端访问的事件/回调以了解某些事件(如发布超时)何时发生?

是的,WebSocket 对象上有一个 event/callback 消息。您可以像 link 中那样使用 callbackError 部分:https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/index.html#L735

您可以查看本指南以了解所有 WebSocket 消息:https://github.com/ant-media/Ant-Media-Server/wiki/WebRTC-WebSocket-Messaging-Reference#websocket-error-callbacks