Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 578 Bytes

addlargegalleryview-1-php-snippets.md

File metadata and controls

19 lines (12 loc) · 578 Bytes
description
Automatically generated file. DO NOT MODIFY
<?phpuseMicrosoft\Graph\GraphServiceClient; useMicrosoft\Graph\Generated\Communications\Calls\Item\AddLargeGalleryView\AddLargeGalleryViewPostRequestBody; $graphServiceClient = newGraphServiceClient($tokenRequestContext, $scopes); $requestBody = newAddLargeGalleryViewPostRequestBody(); $requestBody->setClientContext('785f4929-92ca-497b-863f-c778c77c9758'); $result = $graphServiceClient->communications()->calls()->byCallId('call-id')->addLargeGalleryView()->post($requestBody)->wait();
close