Skip to content

Commit a3f2e80

Browse files
old server is deprecated, use localhost
old server is deprecated, you must use localhost from ProjectRTC
1 parent 688ae75 commit a3f2e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webrtc-socketio-ios/NewRTC/SocketIOManagerCall.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@import SocketIO;
1212

13-
static NSString * const socketIOURL = @"https://fullteams.azurewebsites.net/";
13+
static NSString * const socketIOURL = @"http://localhost:3000";
1414

1515
@interface SocketIOManagerCall : NSObject
1616

0 commit comments

Comments
 (0)