I’m creating an edtech based application which has back-end logic written in Core PHP and front-end in vanilla javascript, and it is to be run on Apache. I’m using Agora IO SDK for live streaming functionality. Everything is working fine for me and my app, except Agora doesn’t have a documentation on how to create a token server without a cloud platform and without my app running on node development environment. Obviously, I’ll not like my users to wait for me as developer to generate tokens so they can livestream, so simply my question is, is there anyway to generate token server with limitations mentioned above?
I tried to look for any documentation that may only use vanilla javascript not under node development server for this purpose but Agora has not published anything yet outside it. I looked upon Stack Overflow to find prior answers, and I came across a fact that Agora had a documentation related to PHP deployment but apparently its not there anymore and its just redirecting me to general SDK path, so I was back to square one.
Asian Protocol is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.