Skip to content

Commit 06d285e

Browse files
[Samples][Azure Communication] Fix code sample
1 parent af63abf commit 06d285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ The app must register a delegate to get notified about when it should start or s
267267
// Can check details about error in case of failure.
268268
}
269269
}
270-
syncSema?.signal()
270+
syncSema?.wait()
271271
}
272272

273273
private func stopRunning() {

0 commit comments

Comments
 (0)