You are here

public function ZoomApiWebhookEvent::getPayload in Zoom API 2.0.x

Same name and namespace in other branches
  1. 8 src/Event/ZoomApiWebhookEvent.php \Drupal\zoomapi\Event\ZoomApiWebhookEvent::getPayload()

Return payload.

Return value

array Zooms JSON payload decoded.

File

src/Event/ZoomApiWebhookEvent.php, line 58

Class

ZoomApiWebhookEvent
Class ZoomApiWebhookEvent.

Namespace

Drupal\zoomapi\Event

Code

public function getPayload() {
  return $this->payload;
}