CallClientFeatureCtor type

Represents the constructor for CallClientFeature objects, along with the context argument.

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