microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 870 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/Transcription/ParticipantChangedReason.ts"],"names":[],"mappings":"AAIA,oBAAY,wBAAwB;IAChC,+CAA+C;IAC/C,kBAAkB,IAAA;IAElB;;OAEG;IACH,gBAAgB,IAAA;IAEhB,4FAA4F;IAC5F,OAAO,IAAA;CACV","file":"ParticipantChangedReason.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n// Multi-device Conversation is a Preview feature.\r\n\r\nexport enum ParticipantChangedReason {\r\n /** Participant has joined the conversation. */\r\n JoinedConversation,\r\n\r\n /** Participant has left the conversation. This could be voluntary, or involuntary\r\n * (e.g. they are experiencing networking issues).\r\n */\r\n LeftConversation,\r\n\r\n /** The participants' state has changed (e.g. they became muted, changed their nickname). */\r\n Updated\r\n}\r\n"]}