CommonCallAdapterOptions type
Gemeenschappelijke optionele parameters om of useAzureCommunicationCallAdapter(Partial<AzureCommunicationCallAdapterArgs | AzureCommunicationOutboundCallAdapterArgs>, (adapter: CallAdapter) => Promise<CallAdapter>, (adapter: CallAdapter) => Promise<void>) te maken
type CommonCallAdapterOptions = {
alternateCallerId?: string
callingSounds?: CallingSounds
deepNoiseSuppressionOptions?: {
deepNoiseSuppressionOnByDefault?: boolean
hideDeepNoiseSuppressionButton?: boolean
onResolveDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>
}
onFetchProfile?: OnFetchProfileCallback
reactionResources?: ReactionResources
videoBackgroundOptions?: {
onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>
videoBackgroundImages?: VideoBackgroundImage[]
}
}