Skip to content

Commit f1950e7

Browse files
committed
Update rootPath to sinch_test
1 parent 2253f55 commit f1950e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xcode/ChatSDK Demo/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
2121
// The network adapter handles network traffic
2222

2323
BConfiguration * config = [BConfiguration configuration];
24-
config.rootPath = @"live_19_08";
24+
config.rootPath = @"sinch_test";
2525
config.allowUsersToCreatePublicChats = NO;
2626
config.showEmptyChats = NO;
2727
config.googleMapsApiKey = @"AIzaSyCwwtZrlY9Rl8paM0R6iDNBEit_iexQ1aE";

0 commit comments

Comments
 (0)