Skip to content

Commit

Permalink
Update EaseCallConfig.m
Browse files Browse the repository at this point in the history
清空默认配置的appId
  • Loading branch information
lixm1988 authored Aug 14, 2024
1 parent e80aa13 commit b23f18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Store/EaseCallConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ - (void)_initParams
NSString* path = [NSString stringWithFormat:@"EaseCall.bundle/icon"];
NSURL* url = [bundle URLForResource:path withExtension:@"png"];
_defaultHeadImage = url;
_agoraAppId = @"15cb0d28b87b425ea613fc46f7c9f974";
_agoraAppId = @"";
_localConfig = nil;
}

Expand Down

0 comments on commit b23f18e

Please sign in to comment.