Share via


CommonCallAdapterOptions type

type CommonCallAdapterOptions = {
  alternateCallerId?: string
  callingSounds?: CallingSounds
  deepNoiseSuppressionOptions?: {
    deepNoiseSuppressionOnByDefault?: boolean
    hideDeepNoiseSuppressionButton?: boolean
    onResolveDependency?: () => Promise<DeepNoiseSuppressionEffectDependency>
  }
  onFetchProfile?: OnFetchProfileCallback
  reactionResources?: ReactionResources
  videoBackgroundOptions?: {
    onResolveDependency?: () => Promise<VideoBackgroundEffectsDependency>
    videoBackgroundImages?: VideoBackgroundImage[]
  }
}