-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop Broadcast Extension by pressing indicator on native time doesn't make isScreenShareEnabled() to return false #446
Comments
I think I could workaround this by listening to (DarwinNotificationCenter is extended by following https://gist.github.com/tomlokhorst/7fe49a03b8bac960eeaf2b991faa3680 so that callback can use async)
|
Probably I can address fix for #444 with similar approach |
@mokuzuu did u get this working? can u share your DarwinNotificationCenter class |
@ashwin-nath-m
|
Describe the bug
Even after stopping screen share by pressing indicator on native time doesn't make isScreenShareEnabled() to return false.
SDK Version
2.0.12
iOS/macOS Version
iOS 17.5.1
Xcode Version
15.4
Swift 5
Steps to Reproduce
Expected behavior
Expect
room.localParticipant.isScreenShareEnabled()
to returnfalse
buttrue
is returned.Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please provide logs if you can.
The text was updated successfully, but these errors were encountered: