Host full screen when screen sharing

Hi.
I applied websdk.

  1. When sharing the screen, the screen you shared on the host screen is not displayed on the full screen.
    Tell me the solution.

============================================================

  1. Can I get the link between Google calendar and the button to register in Outlook through API?

Hi @eunjinKwak

Thanks for reaching out to the Zoom Developer Forum, can you please confirm what version of the Meeting WebSDK are you using so I can troubleshoot this?
Cheers,
Elisa

Hi.
WebSDK 2.0.1 version.
Thank you.

Hi @eunjinKwak

Have you tried updating to our latest version?
Here is our sample app that you can use for testing purposes

Cheers,
Elisa

I upgraded to the 2.3.5 version, but the same phenomenon is occurring.

	    ZoomMtg.init({
			leaveUrl: meetingConfig.leaveUrl,
			success: function () {
				console.log(meetingConfig);
				console.log("signature", signature);
				ZoomMtg.i18n.load(meetingConfig.lang);
				ZoomMtg.i18n.reload(meetingConfig.lang);
				ZoomMtg.join(joinParam);
				ZoomMtg.leaveMeeting(leaveParam);
	        },
	        error: function (res) {
	          console.log("error");
	        },
	    });

Hi @eunjinKwak
So when you share the screen it does not display the full screen of the participant sharing?

Developed with iframe.
If it doesn’t work even after changing to a component, I’ll post again.
Thank you.

Can I get the link between Google calendar and the button to register in Outlook through API?

hey @eunjinKwak i do not think you can do that via API

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.