UNPKG

@azure/communication-react

Version:

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

19 lines 619 B
/** * @private */ export declare const UNSUPPORTED_CHAT_THREAD_TYPE: string[]; /** * @private */ export declare const TEAMS_LIMITATION_LEARN_MORE = "https://learn.microsoft.com/en-us/azure/communication-services/concepts/join-teams-meeting#limitations-and-known-issues"; /** * @remarks * This value is publicly documented in the ChatComposite API documentation. * Changing this value will require updating the API documentation. */ export declare const CHAT_CONTAINER_MIN_WIDTH_REM = 17.5; /** * @private */ export declare const SEND_BOX_UPLOADS_KEY_VALUE = "send-box"; //# sourceMappingURL=constants.d.ts.map