"Message: >{"jsonrpc":"2.0","method":"joinRoom","id":0,"params":{"user":"Andrew","room":"Andrews"}}"
Then it responds with:
"Response: >{"error":{"code":-32601,"message":"Method not found."},"id":0,"jsonrpc":"2.0"}"
Can anybody help me out? for joining a room does the json rpc url have to be different? i read somewhere it should be https://serveraddress:8433/room but that doesn't work either.
I have the demo java client working fine, so i believe that it is setup correctly and its probably likely the ios client is wrong or i am doing something wrong.
Thanks
Andrew.
"Message: >{"jsonrpc":"2.0","method":"joinRoom","id":0,"params":{"user":"Polus","room":"Polus"}}"
Then it responds with:
"Response: >{"error":{"code":-32601,"message":"Method not found."},"id":0,"jsonrpc":"2.0"}"
Can anybody help me out? for joining a room does the json rpc url have to be different? i read somewhere it should be https://serveraddress:8888/room but that doesn't work either.
Thanks
Renjith
in NBMRoomMainViewController
static NSString *defaultWsRoom = @"ws://kivi.fibiweb.com:8888/kurento";
static NSString* const kRoomURLString = @"RoomServerURL";
I have also put url https://kivi.fibiweb.com:8443/ in kRoomURLString
still i am getting
did receive message: {
error = {
code = "-32601";
message = "Method not found.";
};
id = 0;
jsonrpc = "2.0";
}
Thanks & Regards
Renjith Rajendran
Polus
Software Pvt. Ltd.
1A ,Leela Infopark |Technopark Campus|Trivandrum 695 581
ren...@polussoftware.com | www.polussoftware.com
Thanks & Regards
Renjith Rajendran
Polus
Software Pvt. Ltd.
1A ,Leela Infopark |Technopark Campus|Trivandrum 695 581
ren...@polussoftware.com | www.polussoftware.com
https://kivi.fibiweb.com:8443 - This is getting in browser
&
https://kivi.fibiweb.com:8443/room - No url like this
Thanks & Regards
Renjith Rajendran
Polus
Software Pvt. Ltd.
1A ,Leela Infopark |Technopark Campus|Trivandrum 695 581
ren...@polussoftware.com | www.polussoftware.com
Thanks & Regards
Renjith Rajendran
Polus
Software Pvt. Ltd.
1A ,Leela Infopark |Technopark Campus|Trivandrum 695 581
ren...@polussoftware.com | www.polussoftware.com
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.