UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

9 lines 344 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** @private */ export const getUserId = (state) => state.userId; /** @private */ export const getThreadId = (state) => state.thread.threadId; /** @private */ export const getChatMessages = (state) => state.thread.chatMessages; //# sourceMappingURL=baseSelectors.js.map