How do we add quickblox video chat API to a wix site.

Hi, I am trying to add the Quickblox Video chat API to my site and i am having some trouble figuring it out. It would be helpful if someone can provide documentation or guidelines for how to accomplish this tast,
Thank you,
Eshwar

You would probably be best using their REST API and expose your site to it with the use of Wix HTTP Functions and Wix Fetch.

https://www.wix.com/corvid/reference/wix-http-functions.html
https://support.wix.com/en/article/corvid-exposing-a-site-api-with-http-functions

https://www.wix.com/corvid/reference/wix-fetch.html
https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api

You can see examples here.
https://www.wix.com/corvid/example/exposing-apis
https://www.wix.com/corvid/forum/corvid-tips-and-updates/example-myapi-and-myapiclient

Thank you for the reply I will definitely try it out.