zelloptt / zello-channel-api

WebSocket-based API and SDKs to connect to Zello channels (BETA)
MIT License
88 stars 35 forks source link

Embedding Zello on a Website #194

Closed 911BreakingNews closed 2 years ago

911BreakingNews commented 2 years ago

Hi everyone! Would it be possible to embed Zello on a website so it would display and function like the desktop application? I'd like to have Zello embedded on my personal website to be able to have 2 way communication with my friends and visitors to my website. I am not sure what I need to do in order to accomplish this. Would I just need to insert code into my website? Or would I need to use the Zello API? Any and all help is appreciated. Thanks so much!

vocoded commented 2 years ago

Hi @911BreakingNews, apologies for our slow response. Yes, it is possible to embed Zello on a website to enable communication over a channel. It will require you to develop some custom code over our javascript SDK. Please take a look at the javascript examples in this repository for more information.