Updated (May 28th 2020, JST)
On May 26th, we released JavaScript SDK v3.0.0, a new SDK with additional restrictions.
Updated (May 18th 2020, JST)
JavaScript SDK will be released as v2.1.0 in the week of May 15th, which was scheduled to be released on May 11th. In addition, the server side restriction will be implemented in the week of Jun 15th.
---
In order to provide a more stable service, we have decided to limit the size of data that can be sent at one time to 20MB for the Room.send function.
In iOS SDK v1.3.0 or later, Android SDK v1.2.0 or later, and JavaScript SDK scheduled for release around May 11th, we will add a function to limit the size of data sent.
The same restrictions will be added on the server side around May 28th.
If you are sending more than 20MB of data at a time using the Room.send function, please modify the app so that it splits the data into less than 20MB or sends it via DataChannel or other means.
In addition, if you send more than 20MB of data using the previous version of SDK to the server-side limit (around May 28th), you will be forced out of Room by the limit function.
We apologize for any inconvenience this may cause, and thank you for your understanding.
Comments
0 comments
Article is closed for comments.