You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set AppId value from API response based on the environment. How Can I set it using APP_INITIALIZER of angular ? or is there any other way I can set it?
const agoraConfig: AgoraConfig = {
AppID: ' ',
};
@andalike not able to set AppId in module dynamically but I have created new service and binding AppId from API response . in AppMoodule just initialize without AppId
I want to set AppId value from API response based on the environment. How Can I set it using APP_INITIALIZER of angular ? or is there any other way I can set it?
const agoraConfig: AgoraConfig = {
AppID: ' ',
};
imports: [
BrowserModule,
NgxAgoraModule.forRoot(agoraConfig)
],
The text was updated successfully, but these errors were encountered: