Classe ACSCaptionsCallFeature
Déclaration
@interface ACSCaptionsCallFeature : ACSCallFeature;
Description
Fonctionnalité d’appel pour la gestion des sous-titres d’un appel.
Méthodes
getCaptions
Obtenir les légendes d’un appel connecté.
-(void)getCaptionsWithCompletionHandler:(void (^)(ACSCallCaptions * value, NSError *error))completionHandler;
Paramètres
completionHandler
- Bloc à appeler de façon asynchrone une fois l’opération terminée.
Retours
void