We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2253f55 commit f1950e7Copy full SHA for f1950e7
Xcode/ChatSDK Demo/AppDelegate.m
@@ -21,7 +21,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
21
// The network adapter handles network traffic
22
23
BConfiguration * config = [BConfiguration configuration];
24
- config.rootPath = @"live_19_08";
+ config.rootPath = @"sinch_test";
25
config.allowUsersToCreatePublicChats = NO;
26
config.showEmptyChats = NO;
27
config.googleMapsApiKey = @"AIzaSyCwwtZrlY9Rl8paM0R6iDNBEit_iexQ1aE";
0 commit comments