Quickblox Javascript Sdk One To One Video Chat
I am working in a system for on line solution where two types of user will be available: experts,normal user. 2 things is need to do: 1) after normal user login i want to show a l
Solution 1:
There are some old samples as examples for your situation.
To see users in the online list after loging to chat, you should check, if they are already exist in your Contact List (Roster) or not, before you can do a call.
Chat example: http://qblx.co/1y93i3e
Roster logic: http://qblx.co/1y92n2D
The videocall sample (old version): http://quickblox.com/developers/Sample-videochat-web
The new version is currently under development.
QB does not have PHP SDK or any samples for it, but maybe you will be interested to look at some php snippets:
http://quickblox.com/developers/Generate_session_in_PHP
https://gist.github.com/AndreyPovelichenko/111e84edd482492dc8bf
https://gist.github.com/AndreyPovelichenko/cad2241faa7149e20a7b
Post a Comment for "Quickblox Javascript Sdk One To One Video Chat"