Skip to content

v1.0.3

Compare
Choose a tag to compare
@alanmshelly alanmshelly released this 16 Mar 06:39
· 171 commits to master since this release
fd5e976

Added

  • bitcode を有効化しました。
  • 1つのstreamを同時に複数のSKWVideo viewにレンダリングできるよう対応しました。

Fixed

  • reconnectメソッドが正しく動作しない不具合を解消しました。
  • listAllPeersメソッドのAPIエラー時の不具合を解消しました。
  • DataConnectionのメモリリークを解消しました。
  • DataConnectionの確立時にクラッシュする事がある不具合を解消しました。
  • MeshRoomから退室後、再入室できない事がある不具合を解消しました。
  • SFURoomでSKW_ROOM_EVENT_REMOVE_STREAM が発火しない不具合を解消しました。

Added

  • Enabled Bitcode.
  • Added support for rendering the same SKWVideo in multiple views.

Fixed

  • Fixed bug in reconnect method.
  • Fixed bug in listAllPeers method when the API fails.
  • Fixed possible memory leak in DataConnection.
  • Fixed bug that causes crash of the app when connecting DataConnection.
  • Fixed bug that re-joining to the same room after leaving it may fail.
  • Fixed bug that SKW_ROOM_EVENT_REMOVE_STREAM was not fired in SFURoom.