client-sdk-swift icon indicating copy to clipboard operation
client-sdk-swift copied to clipboard

iOS screenshare room.localParticipant.isScreenShareEnabled() is returning true even if start broadcast is not pressed.

Open jestha166 opened this issue 1 year ago • 0 comments

When I trigger the start screen share function using the broadcast extension,
try await room.localParticipant.setScreenShare(enabled:true), but before even I select startBroadcast in the prompt view for screenshare, the didPublish callback is geting called and room.localParticipant.isScreenShareEnabled() is returning true.

SDK Version 2.0.13

iOS Version 17.5.1 The OS version which the issue occurs.

Xcode Version 15.4

Steps to Reproduce Steps to reproduce the behavior.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Logs Please provide logs if you can.

jestha166 avatar Aug 30 '24 04:08 jestha166