mattermost-mobile/app/products/calls/errors.ts
Mattermost Build 35c064ff9a
[MM-46339] Handle user leaving channel with active call (#7754) (#7759)
* Handle user leaving channel with active call

* Remove debug log

(cherry picked from commit 84858e4450)

Co-authored-by: Claudio Costa <cstcld91@gmail.com>
2024-01-15 09:16:50 -06:00

5 lines
268 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export const userRemovedFromChannelErr = new Error('user was removed from channel');
export const userLeftChannelErr = new Error('user has left channel');