UNPKG

@azure/communication-react

Version:

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

6 lines 280 B
import { RemoteParticipantState } from "../../../calling-stateful-client/src"; /** * @private */ export declare const checkIsSpeaking: (participant: RemoteParticipantState, inProgressRealTimeTextParticipantsIds?: string[]) => boolean; //# sourceMappingURL=SelectorUtils.d.ts.map