From f1950e7d53de347aba74feedbe47f216c2543e5e Mon Sep 17 00:00:00 2001 From: Pepe Becker Date: Tue, 3 Sep 2019 17:23:22 +0900 Subject: [PATCH] Update rootPath to sinch_test --- Xcode/ChatSDK Demo/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xcode/ChatSDK Demo/AppDelegate.m b/Xcode/ChatSDK Demo/AppDelegate.m index 4562366e..1fc6870a 100755 --- a/Xcode/ChatSDK Demo/AppDelegate.m +++ b/Xcode/ChatSDK Demo/AppDelegate.m @@ -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";