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();