Skip to content

Commit

Permalink
public メンバに変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jan 8, 2025
1 parent 5481570 commit eb59b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sora/Signaling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -633,13 +633,13 @@ public struct SignalingNotify {
public var streamId: String?

/// 音声ストリーミング処理に失敗したコネクション ID
var failedConnectionId: String?
public var failedConnectionId: String?

/// ICE コネクションステートの現在の状態
var currentState: String?
public var currentState: String?

/// ICE コネクションステートの遷移前の状態
var previousState: String?
public var previousState: String?
}

/**
Expand Down

0 comments on commit eb59b12

Please sign in to comment.