mattermost-mobile/app/products/calls/actions/index.ts
Claudio Costa ab50164d34
[MM-49996] Add /call recording slash command (#7062)
* Add  slash command

* Fix alert

* Implement alert for recording errors

* Default locked
2023-02-06 21:14:22 -06:00

20 lines
445 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export {
loadConfig,
loadCalls,
enableChannelCalls,
joinCall,
leaveCall,
muteMyself,
unmuteMyself,
raiseHand,
unraiseHand,
setSpeakerphoneOn,
handleCallsSlashCommand,
startCallRecording,
stopCallRecording,
} from './calls';
export {hasMicrophonePermission} from './permissions';