Is developing an audio-only chatroom application on Wix using Agora SDK possible?

I’m having trouble with
Trying to build an app or intergrade an anonymous chat room from agora with wix,some developers say its impossible and other say its possible,I wish to understand the scope of wix in this.

Site link
If this is happening on a site, include a live or test site link

What I’m trying to do
there must be a page within my site where there are anonymous voice chats for people selected by me to meet the strangers, it should have 2 timers visible 1 for the schedule and the other for the handshake

What I’ve tried so far
I spoke to a few developers who suggest either build a chat on another domain and link it with my chat using a button or something,the others outright say its beyond the scope of wix.

Extra context
I just wish to understand if wix can do it?if the answer is yes! I will find a way but dont want to bang my head against a wall

1 Like

It will also depend on what AGORA needs, what is it’s structure and what kind of integration possibilities it do provide.

To your question if it is possible or not to connect/integrate it with wix, the aswer will be that everything can be integrated (even if you will need some workarounds).

Taht beein said, if a direct integration is not possible, you still can generate an own extern workaround-solution (BRIDGE BETWEEN AGORA & WIX).

  1. A minimal working Agora chat page you can host externally
  2. And the exact embed snippet to paste into Wix (iframe or custom element).

You could try to use REST-API…

AGORA-QUICKSTART:

But i think it should be also doable trough a CUSTOM-ELEMENT.

And maybe you even can find a NPM-Package for AGORA, which should simplify the full integration a lot.

If all of those possibilities still not working, then you still could do workarounds using PYTHON and an own generated chatroom connected to AGORA –> showing it on your wix webpage trough an iFrame or Custom element or even directly embed into Wix-Page.

You could try to solve it with an own generated Bridge-Server (PYTHON)…

It just took me 5 minutes to take a look onto the provided AGORA-API and i already could find a lot of possibilities and ideas!

Take your time and read all the documentations and API-Docs of AGORA first, then decide which way to go.

You will have to go a very long programming way….