Skip to content

Commit

Permalink
Update rootPath to sinch_test
Browse files Browse the repository at this point in the history
  • Loading branch information
pepebecker committed Sep 3, 2019
1 parent 2253f55 commit f1950e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/ChatSDK Demo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
// The network adapter handles network traffic

BConfiguration * config = [BConfiguration configuration];
config.rootPath = @"live_19_08";
config.rootPath = @"sinch_test";
config.allowUsersToCreatePublicChats = NO;
config.showEmptyChats = NO;
config.googleMapsApiKey = @"AIzaSyCwwtZrlY9Rl8paM0R6iDNBEit_iexQ1aE";
Expand Down

0 comments on commit f1950e7

Please sign in to comment.