Closed
Description
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
- Setup broadcast extention
- Call
room.localParticipant.setScreenShare(true)
, nowroom.localParticipant.isScreenShareEnabled()
returnstrue
- It shows RPSystemBroadcastPickerView, and press anywhere except Picker to dismiss it
- I expect
room.localParticipant.isScreenShareEnabled()
returnsfalse
but it returnstrue
Expected behavior
Dismissing RPSystemBroadcastPickerView should update isScreenShareEnabled()
returns false
.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please provide logs if you can.