Skip to content

Commit 6b56db9

Browse files
author
Vadim Ipatov
committed
added listWebinars method
1 parent 1ca22b9 commit 6b56db9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Endpoint/Dashboards.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,14 @@ public function __construct($apiKey, $apiSecret) {
2828
public function listMeetings(array $query = []) {
2929
return $this->get("/metrics/meetings", $query);
3030
}
31+
32+
/**
33+
* List webinars
34+
*
35+
* @param array $query
36+
* @return array|mixed
37+
*/
38+
public function listWebinars(array $query = []) {
39+
return $this->get("/metrics/webinars", $query);
40+
}
3141
}

0 commit comments

Comments
 (0)