Skip to content

Commit 0a45d85

Browse files
committed
chore: add ip address log when server started.
1 parent f4431a5 commit 0a45d85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ This is simple WebRTC Exmaple project for iOS written in Swift.
1111
- Includes super simple signaling server written in node.js.
1212

1313
# Dependency
14-
- Xcode version 10.1
15-
- Swift version 4.2.1
14+
- Xcode version 10.3
15+
- Swift version 5
1616
- WebRTC framework
1717
- [Starscream](https://github.com/daltoniam/starscream) (for websocket)
1818

@@ -28,7 +28,7 @@ This is simple WebRTC Exmaple project for iOS written in Swift.
2828
- Firstly, run the signaling server as folows.
2929
- `cd SimpleWebRTCExample_iOS/SignalingServer`
3030
- `node server.js`
31-
node.js server will start at 8000 port.
31+
node.js server will start at 8080 port.
3232
- Then, run SinmpleWebRTC on your device or simulator. This example need totaly two devices(simulator & simulator is OK)
3333
- Check websocket connection state on your device. If it is connected, you can tap call button. WebRTC will be connected.
3434
- You can send like with like button.

0 commit comments

Comments
 (0)