{"version":3,"sources":["src/sdk/MeetingTranscriptionCanceledEventArgs.ts"],"names":[],"mappings":"AAGA,OAAO,EACH,yBAAyB,EAC5B,MAAM,gCAAgC,CAAC;AAExC;;;GAGG;AACH,qBAAa,qCAAsC,SAAQ,yBAAyB;CACnF","file":"MeetingTranscriptionCanceledEventArgs.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\nimport {\n    CancellationEventArgsBase,\n} from \"./CancellationEventArgsBase.js\";\n\n/**\n * Defines content of a MeetingTranscriptionCanceledEvent.\n * @class MeetingTranscriptionCanceledEventArgs\n */\nexport class MeetingTranscriptionCanceledEventArgs extends CancellationEventArgsBase {\n}\n"]}