CallAgentFeatureContext interface
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the context provided for extended call agent features at the constructor.
Properties
call |
The call agent instance that is being extended by the feature. |
call |
The call client that owns the extended call agent object. |
Property Details
callAgent
The call agent instance that is being extended by the feature.
callAgent: CallAgentCommon
Property Value
callClient
The call client that owns the extended call agent object.
callClient: CallClient