Recording widget not working any more

5 views
Skip to first unread message

Palak Bhalala

unread,
Nov 24, 2010, 9:48:41 AM11/24/10
to tokbox-d...@googlegroups.com
Hi Melih,

          I am also working with recording widget which I called from API. I am working in sandbox env. for testing phase.It working very fine before few days but I got error today while I try to record video. Here is my api config file details.I am also including the error screenshot which I got.


<?php

class API_Config {
// Replace this value with your TokBox API Partner Key
const PARTNER_KEY = "4360"; 
// Replace this value with your TokBox API Partner Secret
const PARTNER_SECRET = "fcdb9930aa7e3bb7f3ab59e970297a10";
// API Server (Test env: sandbox.tokbox.com  Production env: api.tokbox.com)
const API_SERVER = "http://sandbox.tokbox.com/";
// Callback URL for successful oauth logins
//5f9492bd90f80de48361c2a6bd2e7c99
}

?>


Regards,
Palak
tokbox sandbox record error.png

Jared T.

unread,
Nov 25, 2010, 9:46:15 PM11/25/10
to TokBox-Developers
Bump. I'm having exact same problem. Hitting record, nothing happens.

My key pair is correct since it creates a guest account. Here's my
code:

<?php
require_once 'SDK0/API_Config.php';
require_once 'SDK0/TokBoxVideo.php';
require_once 'SDK0/TokBoxUser.php';

try {
$apiObj = TokBoxUser::createGuest();

echo "printing results:<br/>";
echo "Jabber ID: ".$apiObj->getJabberId()."<br/>";
} catch(Exception $e) {
echo "EXCEPTION: ".$e->getMessage();
}
?>

<div class="container">
<h1>Record an intro</h1>

<?php
echo TokBoxVideo::generateRecorderEmbedCodeToMe("mye...@gmail.com");
?>
</div>
>  tokbox sandbox record error.png
> 232KViewDownload
Reply all
Reply to author
Forward
0 new messages