You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As RPSystemBroadcastPickerView doesn't seem accepting delegate, we cannot use RPBroadcastActivityControllerDelegate. What would be the best solution for this? I'm happy to take this but would need some guidance.
@hiroshihorie , been facing the same issue. isScreenShareEnabled() is returned true even if we click on start broadcast of the screenshare prompt. Tried all workarounds but none seem to work.
@mokuzuu , were you able to fix this issue using Darwin notification center?. Because if I make the useBroadcastExtension to be false, it shows me a prompt asking Do you want to record the screen when I set the room.localParticipant.setScreenShare(enabled: isEnabled). Please guide me to fix this issue.
Describe the bug
Dismissing RPSystemBroadcastPickerView without selecting Broadcast Extension leaves isScreenShareEnabled() true
SDK Version
2.0.12
iOS/macOS Version
iOS 17.5.1
Xcode Version
15.4
Swift 5
Steps to Reproduce
room.localParticipant.setScreenShare(true)
, nowroom.localParticipant.isScreenShareEnabled()
returnstrue
room.localParticipant.isScreenShareEnabled()
returnsfalse
but it returnstrue
Expected behavior
Dismissing RPSystemBroadcastPickerView should update
isScreenShareEnabled()
returnsfalse
.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: