Skip to content

Commit

Permalink
Inserted incorrect code, so I deleted it.
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Nov 1, 2024
1 parent c2c423d commit 81d83b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Examples/iOS/Screencast/SampleHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ final class SampleHandler: RPBroadcastSampleHandler, @unchecked Sendable {
Task { @MainActor in
if let volume = slider?.value {
var audioMixerSettings = await mixer.audioMixerSettings
audioMixerSettings.isMuted = true
audioMixerSettings.tracks[1] = .default
audioMixerSettings.tracks[1]?.volume = volume * 0.5
await mixer.setAudioMixerSettings(audioMixerSettings)
Expand Down

0 comments on commit 81d83b3

Please sign in to comment.