Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
incubo4u committed Nov 20, 2023
1 parent ca5085c commit 23bb5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MembraneWebRTC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class MembraneWebRTC: MembraneRTCDelegate {
try setScreencastTrackState(isEnabled: false)
}
catch{
os_log("Error starting screencast: \(error)", log: log, type: .error)
os_log("Error stoping screencast: \(error)", log: log, type: .error)
}
})
DispatchQueue.main.async {
Expand Down

0 comments on commit 23bb5aa

Please sign in to comment.