Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 299 Bytes

File metadata and controls

17 lines (12 loc) · 299 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

await client.api('/communications/calls/02000980-58ea-4bf2-bb77-8ba548da56f7/microsoft.graph.StopRecording')
	.version('beta')
	.post();