In order to provide a more stable service, we have decided to limit sending interval of the Room.send function to once every 100msec.
In JavaScript SDK v2.1.0, which is scheduled to be released in the week of May 25, we will add a function to limit the sending interval of data transmission. iOS/Android SDK will release the same function in subsequent versions.
Short sending interval data is queued and sent sequentially. We apologize for the inconvenience, but if you want to send and receive data at a interval of 100msec or more with the Room.send function, please modify the app so that data is sent via DataChannel or other means.
We apologize for any inconvenience this may cause, and thank you for your understanding.
Comments
0 comments
Article is closed for comments.