Skip to content

Commit 6e8e414

Browse files
authored
Merge pull request #249 from shiguredo/feature/signaling-type-update-deprecated-comment
type: update を利用していない旨を表すコメントを追加する
2 parents 77fd53d + 122c636 commit 6e8e414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sora/Signaling.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public enum Signaling {
100100
case answer(SignalingAnswer)
101101

102102
/// "update" シグナリング
103+
/// Sora 2022.1.0 で廃止されたため、現在は利用していません。
103104
case update(SignalingUpdate)
104105

105106
/// "re-offer" シグナリング
@@ -485,6 +486,7 @@ public struct SignalingCandidate {
485486
}
486487

487488
/// "update" シグナリングメッセージを表します。
489+
/// Sora 2022.1.0 で廃止されたため、現在は利用していません。
488490
public struct SignalingUpdate {
489491
/// SDP メッセージ
490492
public let sdp: String

0 commit comments

Comments
 (0)