v3.1.0
Added
SKWMediaConnection
,SKWDataConnection
にforceClose
オプションを追加しました。このオプションを有効にすると、接続相手においても各Connection
が即座にクローズします。
Deprecated
forceClose
のデフォルト値NO
は将来のバージョンではYES
に変更される可能性があります。
注意
MediaConnectionを明示的に切断した際に、対向側でCLOSEイベントが発火するまで数十秒の遅延が発生します。
Added
- Add an
forceClose
option when callingSKWMediaConnection
,SKWDataConnection
to signal intention to disconnection to the remote peer instantly.
Deprecated
- The
NO
default value offorceClose
is deprecated and may be changed toYES
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.