We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d6df9 commit 6b565cdCopy full SHA for 6b565cd
Sora/SoraError.swift
@@ -40,8 +40,6 @@ public enum SoraError: Error {
40
case messagingError(reason: String)
41
42
/// DataChannel 経由のシグナリングで type: close を受信し、接続が解除されたことを示します。
43
- ///
44
- /// ラベルの説明
45
/// - statusCode: ステータスコード
46
/// - reason: 切断理由
47
case dataChannelClosed(statusCode: Int, reason: String)
0 commit comments