scott lee
scott lee

Reputation: 646

How to Generate Server Token in Flutter Production Application for Agora

How can I generate an Agora server token for my Flutter application in a production app?

I was following the post from here and managed to run on the local server to generate the server token. However, if I were to make it a production app, I won't be able to use the local server.

How you would go about deploying a server to get server token for a production app?

Upvotes: 2

Views: 1476

Answers (1)

meherdeep thakur
meherdeep thakur

Reputation: 873

You can find many resources online on how to deploy a go lang server to a platform of your choice. You can also have a look at this blog from Agora which discusses how to deploy a token server on Heroku with just a single click and integrate it into your Flutter application.

Upvotes: 3

Related Questions