@@ -88,7 +88,7 @@ |
||
| 88 | 88 | $queries = [ |
| 89 | 89 | 'callbackURL' => $this->callbackUrl, |
| 90 | 90 | 'meetingID' => $this->meetingId, |
| 91 | - 'eventID' => $this->eventId, |
|
| 91 | + 'eventID' => $this->eventId, |
|
| 92 | 92 | 'getRaw' => !is_null($this->getRaw) ? ($this->getRaw ? 'true' : 'false') : $this->getRaw, |
| 93 | 93 | ]; |
| 94 | 94 | |