Skip to content

handle error for permission reject#41

Draft
Liampronan wants to merge 1 commit intomainfrom
12-demo-app-on-replaykit-permissions-denied-dont-start-timer
Draft

handle error for permission reject#41
Liampronan wants to merge 1 commit intomainfrom
12-demo-app-on-replaykit-permissions-denied-dont-start-timer

Conversation

@Liampronan
Copy link
Copy Markdown
Owner

@Liampronan Liampronan commented Apr 5, 2025

  • see comment test this out on device more. it seems to be flaky whether the DualCameraError.permissionDenied localize desc shows

@Liampronan Liampronan linked an issue Apr 5, 2025 that may be closed by this pull request
recorder.startRecording { error in
if let error = error {

if let nsError = error as? NSError, nsError.domain == RPRecordingErrorDomain {
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test this out on device more. it seems to be flaky whether the DualCameraError.permissionDenied localize desc shows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo app: on replaykit permissions denied, don't start timer

1 participant