Skip to content

Dismissing RPSystemBroadcastPickerView without selecting Broadcast Extension leaves isScreenShareEnabled() true #444

Closed
@mokuzuu

Description

@mokuzuu

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

  1. Setup broadcast extention
  2. Call room.localParticipant.setScreenShare(true), now room.localParticipant.isScreenShareEnabled() returns true
  3. It shows RPSystemBroadcastPickerView, and press anywhere except Picker to dismiss it
  4. I expect room.localParticipant.isScreenShareEnabled() returns false but it returns true

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    SwiftbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions