Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 301 Bytes

get-call-2-php-snippets.md

File metadata and controls

16 lines (9 loc) · 301 Bytes
description
Automatically generated file. DO NOT MODIFY
<?phpuseMicrosoft\Graph\GraphServiceClient; $graphServiceClient = newGraphServiceClient($tokenRequestContext, $scopes); $result = $graphServiceClient->communications()->calls()->byCallId('call-id')->get()->wait();
close