File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments