bigbluebutton-Github/labs/bbb-api-php-legacy/bbb_api_conf.php

10 lines
285 B
PHP
Raw Normal View History

<?php
// This is the security salt that must match the value set in the BigBlueButton server
$salt = "1234567890abcdefghijklmnopqrstuvwxyz";
// This is the URL for the BigBlueButton server
//Make sure the url ends with /bigbluebutton/
$url = "http://example.com/bigbluebutton/";
?>