1

I want to get the video open from my js app. I can do create, list, delete, etc a meeting. But I can't get the video using api. Is there a way to get the video also using zoom api?

Braiam
  • 1
  • 11
  • 47
  • 78
GunarathneMDD
  • 180
  • 1
  • 2
  • 11
  • Hi there no there is no way to get video using API.. zoom does not provide web RTC clients.. but they do provide video join directly via browser. – DpEN Mar 12 '18 at 09:03

1 Answers1

0

You can integrate Zoom Video Meetings in your JavaScript application with the Zoom Web SDK.

Here is a related thread on getting the actual Video Stream of a Zoom Meeting using the Web SDK.