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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: