You are here

public function MeetingInterface::store in BigBlueButton 8

Store meeting.

Parameters

string $id: Unique string that represent meeting ID.

\BigBlueButton\Parameters\CreateMeetingParameters $params: Meeting parameters.

1 method overrides MeetingInterface::store()
Meeting::store in src/Service/Meeting.php
Store meeting.

File

src/Service/MeetingInterface.php, line 23

Class

MeetingInterface
Class NodeMeeting.

Namespace

Drupal\bbb\Service

Code

public function store($id, CreateMeetingParameters $params);