Closed PHPGuus closed 4 years ago
Check if $room is a string, and if so use it like that. When there are two PHP requests involved (one the start and one to end the conference), it is easier to pass the room id (a string) to the shutdown function.
$room
shutdown
Check if
$room
is a string, and if so use it like that. When there are two PHP requests involved (one the start and one to end the conference), it is easier to pass the room id (a string) to theshutdown
function.