sergiopaniego / WebRTCiOS

Small WebRTC app for iOS using Swift
Apache License 2.0
19 stars 18 forks source link

how to run this sample? #2

Open fukemy opened 5 years ago

fukemy commented 5 years ago

Hi. Create videoconference in https://demos.openvidu.io/basic-videoconference/, here is picture :

Screen Shot 2019-05-15 at 13 37 25

in IOS, i got error: Recieved message: {"id":0,"result":{"value":"pong"},"jsonrpc":"2.0"} pong Recieved message: {"id":1,"error":{"code":-1,"message":"java.lang.RuntimeException:Request element 'platform' is missing in method 'joinRoom'. CHECK THAT 'openvidu-server' AND 'openvidu-browser' SHARE THE SAME VERSION NUMBER","data":"java.lang.RuntimeException: Request element 'platform' is missing in method 'joinRoom'. CHECK THAT 'openvidu-server' AND 'openvidu-browser' SHARE THE SAME VERSION NUMBER\n\tat io.openvidu.server.rpc.RpcHandler.getStringParam(RpcHandler.java:664)\n\tat io.openvidu.server.rpc.RpcHandler.joinRoom(RpcHandler.java:175)\n\tat io.openvidu.server.rpc.RpcHandler.handleRequest(RpcHandler.java:117)\n\tat org.kurento.jsonrpc.internal.JsonRpcHandlerManager.handleRequest(JsonRpcHandlerManager.java:128)\n\tat org.kurento.jsonrpc.internal.server.ProtocolManager$3.run(ProtocolManager.java:218)\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\n\tat java.lang.Thread.run(Thread.java:748)\n"},"jsonrpc":"2.0"} Recieved message: {"id":2,"error":{"code":803,"message":"No session information found for participant with privateId uos44h8nr5ubh1llo07iiflmc7. Method 'Session.connect()' must be the first operation called in any session. Code: 803"},"jsonrpc":"2.0"}

fantasma10 commented 5 years ago

Hola encontraste la solución a este error ?

fukemy commented 5 years ago

no, this project was wroten for own's goal, not for us