{"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.\n// Licensed under the MIT license.\n// Multi-device Conversation is a Preview feature.\n\nexport enum ParticipantChangedReason {\n    /** Participant has joined the conversation. */\n    JoinedConversation,\n\n    /** Participant has left the conversation. This could be voluntary, or involuntary\n     * (e.g. they are experiencing networking issues).\n     */\n    LeftConversation,\n\n    /** The participants' state has changed (e.g. they became muted, changed their nickname). */\n    Updated\n}\n"]}