v2.0.0
Breaking Changes
MeshRoom
,SFURoom
のsend
関数を使用してデータを送信する際、その送信間隔に制限を設けました。- 連続してデータを送信する頻度は 100 ミリ秒に 1 回までに制限されます。
- 制限を超えたデータはキューイングされ、100 ミリ秒ごとに順次送信されます。
Breaking Changes
- Limited the interval between consecutive data sendings by using SFU/MeshRoom.send().
- The frequency of consecutive data sending is limited to once every 100 msec.
- The data that exceeds the limit is queued and sent sequentially every 100 msec.