UNPKG

@azure/communication-react

Version:

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

12 lines 576 B
import { _AttachmentUploadCardsStrings } from '../Attachment/AttachmentUploadCards'; import { ParticipantState } from '../../types'; /** * Conditionally modify locale strings passed to the attachment card * @returns attachment card strings */ export declare const useLocaleAttachmentCardStringsTrampoline: () => _AttachmentUploadCardsStrings; /** * Identify if a participant state if part of the Calling states or Hold states. */ export declare const _isParticipantStateCallingOrHold: (participantState?: ParticipantState) => boolean; //# sourceMappingURL=common.d.ts.map