CallClientFeatureCtor type

表示 CallClientFeature 对象的构造函数以及上下文参数。

type CallClientFeatureCtor<TFeature> = (
  context: CallClientFeatureContext
) => TFeature