CallFeatureFactory interface
Represents the factory of call features
- Extends
Properties
call |
The constructor that returns an instance of an call feature implementation. |
Property Details
callApiCtor
The constructor that returns an instance of an call feature implementation.
callApiCtor: CallFeatureCtor<TFeature>
Property Value
CallFeatureCtor<TFeature>