Skip to content

Commit c5daf52

Browse files
Merge pull request #231138 from lucianopa-msft/fix-sample-raw-media
[Samples][Azure Communication Calling] Fix code in raw media sample
2 parents 606515a + 06d285e commit c5daf52

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)