Protocole ACSTranscriptionCallFeatureDelegate
Déclaration
@protocol ACSTranscriptionCallFeatureDelegate;
Description
Ensemble de méthodes appelées par ACSTranscriptionCallFeature en réponse à des événements importants.
Méthodes
onIsTranscriptionActiveChanged
isTranscriptionActiveChanged, événement. Se produit lorsque la transcription est démarrée ou arrêtée pour un appel
-(void)onIsTranscriptionActiveChanged:(ACSTranscriptionCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {
Paramètres
sender
- Objet d’appel dont l’état a été modifié.args
- Informations sur l’état de l’appel.