UNPKG

@azure/communication-react

Version:

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

7 lines 232 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @private */ export const checkIsSpeaking = (participant) => participant.isSpeaking && !participant.isMuted; //# sourceMappingURL=SelectorUtils.js.map