Now can zoom's video be opened in electron?

Now can zoom’s video be opened in electron?

Hi 8889999i,
Thanks for interested in using Zoom in Electron. We do have electron support for both Windows and Mac:

Hope this helps. Thanks!

1 Like

The share screen will report this error. Do you know the reason?

Uncaught Exception:
TypeError: meetingASObj is not a function
at Object.MeetingShare_StartMonitorShare (/Users/mxj/project/zoom-macsdk-electron-4.3.47193.0321/demo/lib/mac/meeting_as_bridge.js:26:16)

i use this demo Mac: https://github.com/zoom/zoom-macsdk-electron

You can call this api only when you are in meeting, please make sure you have got the callback ‘- (void)onMeetingStatusChange:(ZoomSDKMeetingStatus)state meetingError:(ZoomSDKMeetingError)error EndReason:(EndMeetingReason)reason’ with param ‘state’ is ‘ZoomSDKMeetingStatus_InMeeting’ before start share.

How to change it into Chinese language?

Marked as solved.

-Tommy