|
46 | 46 | use Vonage\Conversion\ClientFactory as ConversionClientFactory; |
47 | 47 | use Vonage\Entity\EntityInterface; |
48 | 48 | use Vonage\Insights\ClientFactory as InsightsClientFactory; |
| 49 | +use Vonage\Meetings\ClientFactory as MeetingsClientFactory; |
49 | 50 | use Vonage\Numbers\ClientFactory as NumbersClientFactory; |
50 | 51 | use Vonage\Redact\ClientFactory as RedactClientFactory; |
51 | 52 | use Vonage\Secrets\ClientFactory as SecretsClientFactory; |
|
74 | 75 | * Vonage API Client, allows access to the API from PHP. |
75 | 76 | * |
76 | 77 | * @method Account\Client account() |
| 78 | + * @method Meetings\Client meetings() |
77 | 79 | * @method Messages\Client messages() |
78 | 80 | * @method Application\Client applications() |
79 | 81 | * @method Conversion\Client conversion() |
@@ -216,6 +218,7 @@ public function __construct( |
216 | 218 | 'conversion' => ConversionClientFactory::class, |
217 | 219 | 'insights' => InsightsClientFactory::class, |
218 | 220 | 'numbers' => NumbersClientFactory::class, |
| 221 | + 'meetings' => MeetingsClientFactory::class, |
219 | 222 | 'messages' => MessagesClientFactory::class, |
220 | 223 | 'redact' => RedactClientFactory::class, |
221 | 224 | 'secrets' => SecretsClientFactory::class, |
|
0 commit comments