Skip to content

Macos: Fix mic permission access#265

Merged
cybex-dev merged 8 commits intocybex-dev:masterfrom
AndreiMisiukevich:maco
Apr 15, 2025
Merged

Macos: Fix mic permission access#265
cybex-dev merged 8 commits intocybex-dev:masterfrom
AndreiMisiukevich:maco

Conversation

@AndreiMisiukevich
Copy link
Contributor

@AndreiMisiukevich AndreiMisiukevich commented Mar 26, 2025

  1. Updated twilio sdk to latest one
  2. Fixed permission request for macos 12 and higher
  3. Most important: Fixed Doc (!)

Fixes #264

if let category = NotificationCategory(rawValue: notification.request.content.categoryIdentifier) {
switch category {
case .incoming:
completionHandler([.alert, .banner, .sound])
Copy link
Contributor Author

Choose a reason for hiding this comment

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

alert is deprecated starting macos 11.0

@AndreiMisiukevich
Copy link
Contributor Author

could you please take a look?

@AndreiMisiukevich
Copy link
Contributor Author

AndreiMisiukevich commented Mar 29, 2025

Oh, I see why SDK hasn't been updated... new updated breaks "status" event handling

This is because of outdated sdk was used

Copy link
Owner

@cybex-dev cybex-dev left a comment

Choose a reason for hiding this comment

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

Absolutely amazing PR, thank you very much!

@cybex-dev cybex-dev merged commit 6381877 into cybex-dev:master Apr 15, 2025
2 of 3 checks passed
cybex-dev added a commit that referenced this pull request Apr 15, 2025
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.

Can't place a call on macOS

2 participants