no_call_id

Ask questions on the ActionScript API here

no_call_id

Postby vkonekte.com » Fri Jan 11, 2013 1:45 am

I send mesage " videochat:action:create no_call_id "from this code . Who know , what do?

code
global $CONFIG;

require_once($CONFIG->pluginspath . "videochat/vendors/opentok-php-sdk.2011-08-26/OpenTokSDK.php");

$title = get_input("title");
$access = get_input("access", ACCESS_PRIVATE);

if(!empty($title)){
$api = new OpenTokSDK(API_Config::API_KEY,API_Config::API_SECRET);
try {
$session_id= $api->create_session('127.0.0.1')->getSessionId();
}catch(OpenTokException $e) {
print $e->getMessage();
}
Was this post helpful? (0)
vkonekte.com
 
Posts: 1
Joined: Fri Jan 11, 2013 1:35 am
Thumbs Up: 0

Return to ActionScript



Who is online

Users browsing this forum: charbaugh and 1 guest

cron