nubomediaTI / Kurento-iOS

Kurento Toolbox for iOS
Apache License 2.0
120 stars 76 forks source link

web socket connection error #22

Open carsonwu opened 8 years ago

carsonwu commented 8 years ago

In the demo app, When i click 'JOIN' button in 'Room demo', it will perform the join room method

"Message: >{"jsonrpc":"2.0","method":"joinRoom","id":0,"params":{"user":"test","room":"test"}}"

Then it responds with:

"Response: >{"error":{"code":-32601,"message":"Method not found."},"id":0,"jsonrpc":"2.0"}"

How can i fix this?

thedjdoorn commented 7 years ago

You're trying to connect to a media server, while you should connect to the room server.