次の方法で共有


CallClientFeatureCtor type

コンテキスト引数と共に CallClientFeature オブジェクトのコンストラクターを表します。

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