Web SDK using Django

Can i use the zoom web example with python without running near a js node server, only with packages?

Hey @Soujiro17,

The only server-side aspect of the Web SDK is generating the signature, which you can do in any language. Then on the frontend, you just need a HTML and JS file.

Thanks,
Tommy

@tommy then, this can be accomplish with django to make a meeting transcriptor? or in that case the transcriptor should be js?

Hey @gunterserverlatinoam,

Correct, you will need a JS file. You can see our sample app here and modify to meet your language requirements:

-Tommy

1 Like

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