You are here

public function NodeMeeting::store in BigBlueButton 8

Store meeting.

File

modules/bbb_node/src/Service/NodeMeeting.php, line 207

Class

NodeMeeting
Class NodeMeeting.

Namespace

Drupal\bbb_node\Service

Code

public function store($node, CreateMeetingParameters $params) {
  return $this
    ->update($node, $params);
}