communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
81 lines • 4.64 kB
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { TypingIndicator } from './TypingIndicator';
export { ErrorBar } from './ErrorBar';
export { GridLayout } from './GridLayout';
export { SendBox } from './SendBox';
/* @conditional-compile-remove(mention) */
export { _MentionPopover } from './MentionPopover';
export { ImageOverlay } from './ImageOverlay';
/* @conditional-compile-remove(rich-text-editor) */
export { RichTextSendBox } from './RichTextEditor/RichTextSendBox';
/* @conditional-compile-remove(rich-text-editor) */
export { _isRichTextSendBox } from './RichTextEditor/RichTextSendBoxUtils';
// TODO: This component is exported only for testing purposes. Remove this when this component is added to composites
/* @conditional-compile-remove(rich-text-editor) */
export { ChatMessageComponentAsRichTextEditBox } from './ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox';
export { MessageStatusIndicator } from './MessageStatusIndicator';
export { MessageThread } from './MessageThread';
export { StreamMedia } from './StreamMedia';
export { ParticipantItem } from './ParticipantItem';
export { ParticipantList } from './ParticipantList';
export { Announcer } from './Announcer';
export { VideoGallery } from './VideoGallery';
export { LocalVideoCameraCycleButton } from './LocalVideoCameraButton';
export { CameraButton } from './CameraButton';
export { ControlBar } from './ControlBar';
export { ControlBarButton } from './ControlBarButton';
export { EndCallButton } from './EndCallButton';
export { MicrophoneButton } from './MicrophoneButton';
export { DevicesButton, generateDefaultDeviceMenuProps as _generateDefaultDeviceMenuProps } from './DevicesButton';
/* @conditional-compile-remove(call-readiness) */
export { CameraAndMicrophoneSitePermissions, MicrophoneSitePermissions, CameraSitePermissions } from './DevicePermissions/SitePermissions';
/* @conditional-compile-remove(call-readiness) */
export { BrowserPermissionDenied } from './DevicePermissions/BrowserPermissionDenied';
/* @conditional-compile-remove(call-readiness) */
export { BrowserPermissionDeniedIOS } from './DevicePermissions/BrowserPermissionDeniedIOS';
export { ParticipantsButton } from './ParticipantsButton';
export { ScreenShareButton } from './ScreenShareButton';
export { RaiseHandButton } from './RaiseHandButton';
export { ReactionButton } from './ReactionButton';
export { VideoTile } from './VideoTile';
export { _PictureInPictureInPicture } from './PictureInPictureInPicture/PictureInPictureInPicture';
export * from './Drawer';
export * from './Attachment/AttachmentCard';
export * from './Attachment/AttachmentCardGroup';
export * from './ModalClone/ModalClone';
export * from './Attachment/AttachmentDownloadCards';
export { _useContainerHeight, _useContainerWidth } from './utils/responsive';
export { _ComplianceBanner } from './ComplianceBanner';
export { Dialpad } from './Dialpad/Dialpad';
export { _StarSurvey } from './Survey/StarSurvey/StarSurvey';
export * from './Survey/SurveyTypes';
export { _TagsSurvey } from './Survey/TagsSurvey/TagsSurvey';
export { HoldButton } from './HoldButton';
export { _LocalVideoTile } from './LocalVideoTile';
export { _RemoteVideoTile } from './RemoteVideoTile';
export { _HighContrastAwareIcon } from './HighContrastAwareIcon';
export { UnsupportedBrowser } from './UnsupportedBrowser';
export { UnsupportedBrowserVersion } from './UnsupportedBrowserVersion';
export { UnsupportedOperatingSystem } from './UnsupportedOperatingSystem';
export { _TroubleshootingGuideErrorBar } from './TroubleshootingGuideErrorBar';
export { _DevicePermissionDropdown } from './DevicePermissions/DevicePermissionDropdown';
export { _VideoEffectsItem } from './VideoEffects/VideoEffectsItem';
export { _VideoEffectsItemNoBackground, _VideoEffectsItemBlur, _VideoEffectsItemAddImage } from './VideoEffects/PresetVideoEffectsItems';
export { _VideoBackgroundEffectsPicker } from './VideoEffects/VideoBackgroundEffectsPicker';
export * from './CaptionsBanner';
export * from './Caption';
export * from './StartCaptionsButton';
export * from './CaptionsSettingsModal';
export * from './RealTimeTextModal';
export * from './MeetingConferencePhoneInfo';
export { _formatPhoneNumber } from './utils/formatPhoneNumber';
export { _ErrorBoundary } from './ErrorBoundary';
export * from './Notification';
export * from './NotificationStack';
export * from './IncomingCallNotification';
export * from './IncomingCallStack';
export * from './RTTDisclosureBanner';
export * from './RealTimeText';
export * from './StartRealTimeTextButton';
//# sourceMappingURL=index.js.map