You are here

public function MeetingInterface::delete in BigBlueButton 8

Delete meeting.

Parameters

string $id: Meeting ID.

1 method overrides MeetingInterface::delete()
Meeting::delete in src/Service/Meeting.php
Delete meeting.

File

src/Service/MeetingInterface.php, line 56

Class

MeetingInterface
Class NodeMeeting.

Namespace

Drupal\bbb\Service

Code

public function delete($id);