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