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.
Sinch 即时通讯是否有任何限制,例如总大小、频率?我可以发送json吗?
此外,它有多瞬间?它是在 websocket、webRTC 还是混合中实现的?谢谢!
我们建议您只发送大小最多为几千字节的消息。您可以在消息本身中发送 JSON。没有频率限制。
它的即时性取决于每一端的网络连接——它是通过 HTTP 传输的。