Frequently Asked Questions on Appbuilder
This guide walks you through Frequently Asked Questions on Appbuilder
How to enable authentication on Appbuilder SDK?
We can enable authentication on Appbuilder console. Please check integration guide here
How to create API Keys for Server Side API calls?
We can create API Key by going to Appbuilder Console -> Open Project Details Page -> Authentication Section -> Right-hand side -> Enable Token Server -> Generate API Key. More details click here
How to programmatically create the meeting/channel?
We can use Server Side API call /v1/channel
to create meeting/channel. please follow below steps to create and join the meeting
Steps
- Generate API Key click here
- Create Channel click here
- Generate Token click here
- Login click here
- Join Precall/VideoCall Screen click here
How to programmatically join the meeting/channel?
We can use SDK joinRoom
method to programmatically join the meeting. More details click here
How to modify Appbuilder User interface?
We can use Customization API to modify the user interface. More details click here
Is it possible to Connect Appbuilder Web with Agora Native/Flutter SDK?
No, it is not possible. AppBuilder session to work with full functionality, we need our client to use AppBuilder web UI and AppBuilder Native UI, because we have some AppBuilder-specific states to manage the user details, which will not be available in your Agora Native/Flutter native app UI. But technically, Agora core services like a video/audio stream and agora chat would work. Other functionality will break because of missing user state data.
How to add i18n or Internationalization in Appbuilder?
We can use i18n API to apply the internationalization on appbuilder. Check out link here for support key to override the UI labels. click here