Skip to content

Commit

Permalink
Merge pull request #210 from shiguredo/feature/fix-media-stream-audio…
Browse files Browse the repository at this point in the history
…-volume-doc

MediaStreamAudioVolume のコメントミスを修正する
  • Loading branch information
zztkm authored Aug 23, 2024
2 parents 65ba043 + 825264b commit b08d52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sora/MediaStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import WebRTC
ストリームの音声のボリュームの定数のリストです。
*/
public enum MediaStreamAudioVolume {
/// 最大値
/// 最小値
public static let min: Double = 0

/// 最小値
/// 最大値
public static let max: Double = 10
}

Expand Down

0 comments on commit b08d52a

Please sign in to comment.