This commit is contained in:
Hamza Aleghwairyeen
2024-04-06 23:55:04 +03:00
parent c7595de6c3
commit c6b0bf2645
8 changed files with 91 additions and 78 deletions

View File

@@ -33,7 +33,5 @@ class AK {
static final String payPalSecret = Env.payPalSecret;
static final String geminiApi = Env.geminiApi;
static const String agoraAppId = '12994c6e707543e68d5638894d04f989';
static const String agoraChannelName = 'sefer1';
static const String agoraToken =
'007eJxTYAjpCZ9yKVn8k5S5blKObpxhXtrE5vXtO0+cEjrxUnR3cZ8Cg6GRpaVJslmquYG5qYlxqplFiqmZsYWFpUmKgUmapYVlVeGF1IZARoZFOjkMjFAI4rMxFKempRYZMjAAABlgHmg=';
static const String agoraAppCertificate = 'e21a388f83034a159f2783889a6d7bcf';
}