Open carsonwu opened 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?
You're trying to connect to a media server, while you should connect to the room server.
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?