UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

133 lines 11 kB
export { TypingIndicator } from './TypingIndicator'; export type { TypingIndicatorProps, TypingIndicatorStrings, TypingIndicatorStylesProps } from './TypingIndicator'; export { ErrorBar } from './ErrorBar'; export type { ActiveErrorMessage, ErrorBarProps, ErrorBarStrings, ErrorType } from './ErrorBar'; export { GridLayout } from './GridLayout'; export type { GridLayoutProps, GridLayoutStyles } from './GridLayout'; export { SendBox } from './SendBox'; export { _MentionPopover } from './MentionPopover'; export { ImageOverlay } from './ImageOverlay'; export type { ImageOverlayStrings } from './ImageOverlay'; export type { SendBoxProps, SendBoxStrings, SendBoxStylesProps } from './SendBox'; export { RichTextSendBox } from './RichTextEditor/RichTextSendBox'; export { _isRichTextSendBox } from './RichTextEditor/RichTextSendBoxUtils'; export { ChatMessageComponentAsRichTextEditBox } from './ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox'; export type { ChatMessageComponentAsRichTextEditBoxProps } from './ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox'; export type { RichTextSendBoxProps, RichTextSendBoxStrings, RichTextStrings } from './RichTextEditor/RichTextSendBox'; export type { _MentionPopoverProps, MentionLookupOptions, MentionDisplayOptions, MentionOptions, Mention, MentionPopoverStrings } from './MentionPopover'; export type { ImageOverlayProps } from './ImageOverlay'; export type { InlineImageOptions, InlineImage } from './ChatMessage/ChatMessageContent'; export { MessageStatusIndicator } from './MessageStatusIndicator'; export type { MessageStatusIndicatorProps, MessageStatusIndicatorStrings } from './MessageStatusIndicator'; export { MessageThread } from './MessageThread'; export type { MessageProps, MessageThreadProps, MessageThreadStrings, MessageThreadStyles, JumpToNewMessageButtonProps, MessageRenderer, UpdateMessageCallback, CancelEditCallback } from './MessageThread'; export type { RichTextEditorOptions } from './RichTextEditor/RichTextSendBox'; export type { RichTextEditBoxOptions } from './MessageThread'; export { StreamMedia } from './StreamMedia'; export type { StreamMediaProps } from './StreamMedia'; export type { LoadingState } from './StreamMedia'; export { ParticipantItem } from './ParticipantItem'; export type { ParticipantItemProps, ParticipantItemStrings, ParticipantItemStyles } from './ParticipantItem'; export { ParticipantList } from './ParticipantList'; export type { ParticipantListItemStyles, ParticipantListProps, ParticipantListStyles, ParticipantMenuItemsCallback } from './ParticipantList'; export type { ParticipantListStrings } from './ParticipantList'; export { Announcer } from './Announcer'; export type { AnnouncerProps } from './Announcer'; export { VideoGallery } from './VideoGallery'; export type { VideoGalleryProps, VideoGalleryStrings, VideoGalleryStyles, VideoGalleryLayout, LocalScreenShareView, VideoTileContextualMenuProps, VideoTileDrawerMenuProps, VideoTilesOptions } from './VideoGallery'; export type { OverflowGalleryPosition } from './VideoGallery'; export type { LocalVideoTileSize } from './VideoGallery'; export type { HorizontalGalleryStyles } from './HorizontalGallery'; export { LocalVideoCameraCycleButton } from './LocalVideoCameraButton'; export type { LocalVideoCameraCycleButtonProps } from './LocalVideoCameraButton'; export { CameraButton } from './CameraButton'; export type { CameraButtonContextualMenuStyles, CameraButtonProps, CameraButtonStrings, CameraButtonStyles } from './CameraButton'; export { ControlBar } from './ControlBar'; export type { ControlBarProps, ControlBarLayout } from './ControlBar'; export { ControlBarButton } from './ControlBarButton'; export type { ControlBarButtonProps, ControlBarButtonStrings, ControlBarButtonStyles } from './ControlBarButton'; export { EndCallButton } from './EndCallButton'; export type { EndCallButtonProps, EndCallButtonStrings } from './EndCallButton'; export { MicrophoneButton } from './MicrophoneButton'; export type { MicrophoneButtonStyles, MicrophoneButtonContextualMenuStyles, MicrophoneButtonProps, MicrophoneButtonStrings } from './MicrophoneButton'; export { DevicesButton, generateDefaultDeviceMenuProps as _generateDefaultDeviceMenuProps } from './DevicesButton'; export type { OptionsDevice, DevicesButtonProps, DevicesButtonStrings, DevicesButtonStyles, DevicesButtonContextualMenuStyles, DeviceMenuProps as _DeviceMenuProps, DeviceMenuStrings as _DeviceMenuStrings, DeviceMenuStyles as _DeviceMenuStyles } from './DevicesButton'; export { CameraAndMicrophoneSitePermissions, MicrophoneSitePermissions, CameraSitePermissions } from './DevicePermissions/SitePermissions'; export type { SitePermissionsStrings, SitePermissionsStyles } from './DevicePermissions/SitePermissionsScaffolding'; export type { CameraAndMicrophoneSitePermissionsStrings, CameraAndMicrophoneSitePermissionsProps, CameraSitePermissionsStrings, CameraSitePermissionsProps, CommonSitePermissionsProps, MicrophoneSitePermissionsStrings, MicrophoneSitePermissionsProps } from './DevicePermissions/SitePermissions'; export { BrowserPermissionDenied } from './DevicePermissions/BrowserPermissionDenied'; export type { BrowserPermissionDeniedStrings, BrowserPermissionDeniedStyles, BrowserPermissionDeniedProps } from './DevicePermissions/BrowserPermissionDenied'; export { BrowserPermissionDeniedIOS } from './DevicePermissions/BrowserPermissionDeniedIOS'; export type { BrowserPermissionDeniedIOSStrings, BrowserPermissionDeniedIOSProps } from './DevicePermissions/BrowserPermissionDeniedIOS'; export { ParticipantsButton } from './ParticipantsButton'; export type { ParticipantsButtonContextualMenuStyles, ParticipantsButtonProps, ParticipantsButtonStrings, ParticipantsButtonStyles } from './ParticipantsButton'; export { ScreenShareButton } from './ScreenShareButton'; export type { ScreenShareButtonProps, ScreenShareButtonStrings } from './ScreenShareButton'; export { RaiseHandButton } from './RaiseHandButton'; export type { RaiseHandButtonProps, RaiseHandButtonStrings } from './RaiseHandButton'; export { ReactionButton } from './ReactionButton'; export type { ReactionButtonProps, ReactionButtonStrings, ReactionButtonReaction } from './ReactionButton'; export { VideoTile } from './VideoTile'; export type { VideoTileProps, VideoTileStylesProps, VideoTileStrings } from './VideoTile'; export { _PictureInPictureInPicture } from './PictureInPictureInPicture/PictureInPictureInPicture'; export type { _PictureInPictureInPictureProps, _PictureInPictureInPictureStrings } from './PictureInPictureInPicture/PictureInPictureInPicture'; export type { _PictureInPictureInPictureTileProps, _TileOrientation } from './PictureInPictureInPicture/PictureInPictureInPictureTile'; export * from './Drawer'; export type { SendBoxErrorBarError } from './SendBoxErrorBar'; export type { SendBoxErrorBarType } from './SendBoxErrorBar'; export * from './Attachment/AttachmentCard'; export * from './Attachment/AttachmentCardGroup'; export * from './ModalClone/ModalClone'; export * from './Attachment/AttachmentDownloadCards'; export type { _AttachmentUploadCardsStrings } from './Attachment/AttachmentUploadCards'; export type { AttachmentOptions, AttachmentUploadOptions, AttachmentActionHandler, AttachmentSelectionHandler, AttachmentMetadataWrapper, AttachmentRemovalHandler, AttachmentUploadTask } from '../types/Attachment'; export type { AttachmentMenuAction, AttachmentDownloadOptions } from '../types/Attachment'; export { _useContainerHeight, _useContainerWidth } from './utils/responsive'; export { _ComplianceBanner } from './ComplianceBanner'; export type { _ComplianceBannerProps, _ComplianceBannerStrings } from './ComplianceBanner'; export { Dialpad } from './Dialpad/Dialpad'; export type { DialpadProps, DialpadStrings, DialpadStyles, DtmfTone } from './Dialpad/Dialpad'; export type { DialpadMode, LongPressTrigger } from './Dialpad/Dialpad'; export { _StarSurvey } from './Survey/StarSurvey/StarSurvey'; export type { _StarSurveyProps, _StarSurveyStrings } from './Survey/StarSurvey/StarSurvey'; export * from './Survey/SurveyTypes'; export { _TagsSurvey } from './Survey/TagsSurvey/TagsSurvey'; export type { _TagsSurveyProps, _TagsSurveyStrings, _IssueCategory, _SurveyTag } from './Survey/TagsSurvey/TagsSurvey'; export { HoldButton } from './HoldButton'; export type { HoldButtonProps, HoldButtonStrings } from './HoldButton'; export { _LocalVideoTile } from './LocalVideoTile'; export { _RemoteVideoTile } from './RemoteVideoTile'; export { _HighContrastAwareIcon } from './HighContrastAwareIcon'; export type { _HighContrastAwareIconProps } from './HighContrastAwareIcon'; export { UnsupportedBrowser } from './UnsupportedBrowser'; export type { UnsupportedBrowserStrings, UnsupportedBrowserProps } from './UnsupportedBrowser'; export { UnsupportedBrowserVersion } from './UnsupportedBrowserVersion'; export type { UnsupportedBrowserVersionStrings, UnsupportedBrowserVersionProps } from './UnsupportedBrowserVersion'; export { UnsupportedOperatingSystem } from './UnsupportedOperatingSystem'; export type { UnsupportedOperatingSystemStrings, UnsupportedOperatingSystemProps } from './UnsupportedOperatingSystem'; export { _TroubleshootingGuideErrorBar } from './TroubleshootingGuideErrorBar'; export type { _TroubleshootingGuideErrorBarStrings, _TroubleshootingGuideErrorBarProps } from './TroubleshootingGuideErrorBar'; export { _DevicePermissionDropdown } from './DevicePermissions/DevicePermissionDropdown'; export type { _DevicePermissionDropdownStrings, _DevicePermissionDropdownProps, _PermissionConstraints } from './DevicePermissions/DevicePermissionDropdown'; export { _VideoEffectsItem } from './VideoEffects/VideoEffectsItem'; export type { _VideoEffectsItemProps, _VideoEffectsItemStyles } from './VideoEffects/VideoEffectsItem'; export { _VideoEffectsItemNoBackground, _VideoEffectsItemBlur, _VideoEffectsItemAddImage } from './VideoEffects/PresetVideoEffectsItems'; export { _VideoBackgroundEffectsPicker } from './VideoEffects/VideoBackgroundEffectsPicker'; export type { _VideoBackgroundEffectsPickerProps, _VideoBackgroundEffectChoiceOption, _VideoBackgroundEffectsPickerStyles } from './VideoEffects/VideoBackgroundEffectsPicker'; export type { VerticalGalleryStyles, VerticalGalleryStrings, VerticalGalleryControlBarStyles } from './VerticalGallery'; 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.d.ts.map