Skip to content

v3.1.0

Compare
Choose a tag to compare
@tetrapod117 tetrapod117 released this 10 Nov 08:01
· 40 commits to master since this release
990b76a

Added

  • SKWMediaConnection, SKWDataConnectionforceClose オプションを追加しました。このオプションを有効にすると、接続相手においても各 Connection が即座にクローズします。

Deprecated

  • forceClose のデフォルト値 NO は将来のバージョンでは YES に変更される可能性があります。

注意

MediaConnectionを明示的に切断した際に、対向側でCLOSEイベントが発火するまで数十秒の遅延が発生します。

詳細


Added

  • Add an forceClose option when calling SKWMediaConnection, SKWDataConnection to signal intention to disconnection to the remote peer instantly.

Deprecated

  • The NO default value of forceClose is deprecated and may be changed to YES in future versions.

ATTENTION

When a MediaConnection is explicitly disconnected, there is a delay of tens of seconds before the CLOSE event fires on the other end.

Details