Skip to content

v2.0.0

Compare
Choose a tag to compare
@d-matsui d-matsui released this 09 Jun 03:29
· 76 commits to master since this release
d6607b1

Breaking Changes

  • MeshRoom, SFURoomsend関数を使用してデータを送信する際、その送信間隔に制限を設けました。
    • 連続してデータを送信する頻度は 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.