Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图了解这个调用场景是如何在 WebRTC/libJingle 中实现的:
呼叫者 A 想呼叫被呼叫者 B,但 B 不在线,因此服务器将 A 重定向到语音邮件。
在 A 向服务器发送连接请求后,XMPP 服务器的存在列表中没有 B,会发生什么?服务器如何将呼叫者重定向到语音邮件而不是继续常规呼叫流程?什么消息返回给 A?...