description |
---|
Automatically generated file. DO NOT MODIFY |
<?phpuseMicrosoft\Graph\GraphServiceClient; $graphServiceClient = newGraphServiceClient($tokenRequestContext, $scopes); $result = $graphServiceClient->communications()->calls()->byCallId('call-id')->get()->wait();