public function Meeting::store in BigBlueButton 8
Store meeting.
Parameters
string $id: Unique string that represent meeting ID.
\BigBlueButton\Parameters\CreateMeetingParameters $params: Meeting parameters.
Overrides MeetingInterface::store
File
- src/
Service/ Meeting.php, line 186
Class
- Meeting
- Class Meeting.
Namespace
Drupal\bbb\ServiceCode
public function store($key, CreateMeetingParameters $params) {
return $this
->update($key, $params);
}