Hi Devs,
I have Successfully integrated Zoom SDK but facing some problem while using screen share option.
When I Join A Meeting I am unable to see Screen Option even though screen share option is On from the host security panel but When I start m Meeting I am able to see Screen Option to share screen
Which iOS Client SDK version?
Zoom SDK version:- v5.4.54802.0124
Steps to reproduce the behavior:
- Go to Join A Meeting
- Click on Share button
- Unable to Screen Option
But When I Start meeting I can See Screen Option when I click on Share option.
Screenshots
- Not able to see Screen Option When Join A Meeting
Smartphone (please complete the following information):
- Device: iPhone : 7
- OS: iOS 14.4.1
Hey @pankaj.chauhan,
Thanks for using the dev forum!
Have you implemented the - onClickShareScreen callback?
In your meeting, do you have sharing enabled for both participants and the host?
Thanks!
Michael
Hey @Michael_Condon ,
Thanks for the Reply!
Yes I have Implemented OnClickShareScreen function
And also check with for both participants and the host Screen sharing is enabled from security panel. Even though it is not working.
I am able to see Screen option when I am hosting the meeting. not while joining the meeting.
Thanks & Regards !
Hey @pankaj.chauhan,
Hmm that is strange that both the hosts and participants have screen sharing enabled but this is still not working for non-hosts. Can you add a line in onClickShareScreen that checks isShareLocked? Please let me know what it returns for both the host and the guest who joined the meeting.
Thanks!
Michael