Variable APP_CONFIGConst

APP_CONFIG: {
    apiRtc: {
        apiKey: undefined;
        callStatsMonitoringInterval: undefined;
        cloudUrl: string;
    };
    guestUrl: string;
    installationId: string;
    invitationServiceUrl: string;
    logLevel: string;
    logRocketAppID: undefined;
} = ...

Type declaration

  • apiRtc: {
        apiKey: undefined;
        callStatsMonitoringInterval: undefined;
        cloudUrl: string;
    }
    • apiKey: undefined
    • callStatsMonitoringInterval: undefined
    • cloudUrl: string
  • guestUrl: string
  • installationId: string
  • invitationServiceUrl: string
  • logLevel: string
  • logRocketAppID: undefined

Generated using TypeDoc