Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 323 Bytes

get-audioroutinggroups-php-snippets.md

File metadata and controls

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