Linux video call on kiosk

I’m looking for advice on implementing the Zoom SDK in a Linux environment. From what I gather, there is no Linux SDK so I need advice on how my use case can be accomplished.

We want to integrate Zoom video calling into our kiosk product. Our kiosks are running Ubuntu 18.04 and our main application is in Python 2. The GUI is powered by Qt through Python. We want to be able to initiate a Zoom video call to a specific user from the click of a button so that the kiosk user can have a video conversation. The video stream would need to popup in Qt to show the video. The kiosk also features a camera and microphone which would be used by the kiosk user for their side of the conversation.

How can this be accomplished? Could the web SDK work in this scenario? Any advice would be helpful.

Thanks,

Alex