Remove participants from BBB room #1502

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent fed51da5cc
commit b37413797b
  1. 5
      plugin/bbb/lib/bbb.lib.php

@ -983,6 +983,11 @@ class bbb
$result = $this->api->deleteRecordingsWithXmlResponseArray($recordingParams);
if (!empty($result) && isset($result['deleted']) && $result['deleted'] === 'true') {
Database::delete(
'plugin_bbb_room',
array('meeting_id = ?' => array($id))
);
Database::delete(
$this->table,
array('id = ?' => array($id))

Loading…
Cancel
Save