20 lines
828 B
Dart
20 lines
828 B
Dart
// Sentry data.............................................................................................
|
|
|
|
const String sentryDsnId =
|
|
"https://efbb706b9daece2dad28bee3577fbc55@o4509013627502592.ingest.us.sentry.io/4509014149365760";
|
|
|
|
const String sentryDevEnvironment = "Development";
|
|
const String sentryReleaseEnvironment = "Production";
|
|
|
|
//Google IOS Client id......................................................................................
|
|
|
|
const String googleIosClientId =
|
|
"1015952306116-r2ee1e0a6ohchpbeb4q0cpub0gqeda39.apps.googleusercontent.com";
|
|
|
|
//.... Agora App ID..........................................................................................
|
|
|
|
const int streamEndsTime = 10;
|
|
|
|
const String agoraAppId = "c34ee6dfd326499daa63b54455412b55";
|
|
const String agoraChatAppKey = '411364828#1571168';
|