@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
16 lines • 2.13 kB
TypeScript
export { createAzureCommunicationCallAdapter, _createAzureCommunicationCallAdapterInner, createAzureCommunicationCallAdapterFromClient, useAzureCommunicationCallAdapter } from './AzureCommunicationCallAdapter';
export { createTeamsCallAdapter, createTeamsCallAdapterFromClient, useTeamsCallAdapter } from './AzureCommunicationCallAdapter';
export type { TeamsAdapterOptions } from './AzureCommunicationCallAdapter';
export type { TeamsCallAdapterArgsCommon, TeamsCallAdapterArgs } from './AzureCommunicationCallAdapter';
export type { OnFetchProfileCallback, Profile } from './OnFetchProfileCallback';
export type { AzureCommunicationCallAdapterArgs, CallAdapterLocator, AzureCommunicationOutboundCallAdapterArgs } from './AzureCommunicationCallAdapter';
export type { AzureCommunicationCallAdapterOptions } from './AzureCommunicationCallAdapter';
export type { CommonCallAdapterOptions } from './AzureCommunicationCallAdapter';
export type { CallAdapter, CommonCallAdapter, CallAdapterCallEndedEvent, CallAdapterCallManagement, CallAdapterCallOperations, CallAdapterClientState, CallAdapterDeviceManagement, CallAdapterState, CallAdapterSubscribers, CallAdapterUiState, CallCompositePage, CallEndedListener, CallIdChangedListener, DiagnosticChangedEventListner, DisplayNameChangedListener, IsLocalScreenSharingActiveChangedListener, IsMutedChangedListener, IsSpeakingChangedListener, MediaDiagnosticChangedEvent, NetworkDiagnosticChangedEvent, ParticipantsJoinedListener, ParticipantsLeftListener, JoinCallOptions, StartCallIdentifier, StartCaptionsAdapterOptions, StopCaptionsAdapterOptions } from './CallAdapter';
export type { CaptionsReceivedListener, IsCaptionsActiveChangedListener, IsCaptionLanguageChangedListener, IsSpokenLanguageChangedListener } from './CallAdapter';
export type { TransferAcceptedListener } from './CallAdapter';
export type { CapabilitiesChangedListener } from './CallAdapter';
export type { SpotlightChangedListener } from './CallAdapter';
export type { TeamsCallAdapter } from './CallAdapter';
export type { CallingSounds, SoundEffect } from './CallAdapter';
//# sourceMappingURL=index.d.ts.map