Skip to content

Commit b23f18e

Browse files
authored
Update EaseCallConfig.m
清空默认配置的appId
1 parent e80aa13 commit b23f18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Store/EaseCallConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ - (void)_initParams
5959
NSString* path = [NSString stringWithFormat:@"EaseCall.bundle/icon"];
6060
NSURL* url = [bundle URLForResource:path withExtension:@"png"];
6161
_defaultHeadImage = url;
62-
_agoraAppId = @"15cb0d28b87b425ea613fc46f7c9f974";
62+
_agoraAppId = @"";
6363
_localConfig = nil;
6464
}
6565

0 commit comments

Comments
 (0)