Cant get Polling to work

Description
When i change the parameter “isSupportPolling” to true, it doesnt seem to show any user the polling. Not sure if im doing something wrong.

Which Web Client SDK version?
1.9.7

Heres my init code.
When i toggle the screenShare from false to true, it seems to work. Shows the screen share, or not, just cant seem to show the polls.

ZoomMtg.init({
				   
					debug: false, //optional
					leaveUrl: "MYURL" //required
					//webEndpoint: 'PSO web domain', // PSO option
					showMeetingHeader: false, //option
					disableInvite: false, //optional
					disableCallOut: false, //optional
					disableRecord: false, //optional
					disableJoinAudio: false, //optional
					audioPanelAlwaysOpen: true, //optional
					showPureSharingContent: false, //optional
					isSupportAV: true, //optional,
					isSupportChat: true, //optional,
					isSupportQA: true, //optional,
					isSupportPolling: true, //optional
					isSupportBreakout: true, //optional
					isSupportCC: true, //optional,
					screenShare: false, //optional,
					rwcBackup: '', //optional,
					videoDrag: true, //optional,
					sharingMode: 'fit', //optional,
					videoHeader: true, //optional,
					isLockBottom: false, // optional,
					isSupportNonverbal: true, // optional,
					isShowJoiningErrorDialog: true, // optional,
					disablePreview: false, // optional
					disableCORP: true, // optional
					inviteUrlFormat: '', // optional
					loginWindow: {  // optional,
					width: 400,
					height: 380
					},
				success: function() {
							console.log("initialisation success");
							console.log("Joining Room....");
							joinZoom(singature);
				},
				error: function(res) { 
						console.log("Failled to initialize.");
						console.log(res);
					}
				});
  • Browser: Chrome

Might be a similar issues to

sometimes it works sometimes it doesnt, and only ever for 1 user at a time

Hey @GrapaAdmin,

Thank you for reaching out to the Zoom Developer Forum. It sounds like you are encountering that same issue. We are planning a fix for this at the end of the month, please test with the latest version and let us know if that fixes your issues.

Thanks,
Max

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