Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jan 27, 2025
1 parent ba5ac1e commit acda327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sora/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public struct Configuration {
/// マルチストリームの可否
///
/// レガシーストリーム機能は 2025 年 6 月リリースの Sora にて廃止します
/// そのため、multistreamEnabled は使用は非推奨です
/// そのため、multistreamEnabled の使用は非推奨です
public var multistreamEnabled: Bool?

/// :nodoc:
Expand Down
2 changes: 1 addition & 1 deletion Sora/Signaling.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ public struct SignalingConnect {
/// マルチストリームの可否
///
/// レガシーストリーム機能は 2025 年 6 月リリースの Sora にて廃止します
/// そのため、multistreamEnabled は使用は非推奨です
/// そのため、multistreamEnabled の使用は非推奨です
public var multistreamEnabled: Bool?

/// 映像の可否
Expand Down

0 comments on commit acda327

Please sign in to comment.