ACSSpotlightCallFeature, classe
Déclaration
@interface ACSSpotlightCallFeature : ACSCallFeature;
Description
Fonctionnalité d’appel pour la gestion des états à la une dans un appel.
Méthodes
cancelAllSpotlights
Envoyer une demande d’arrêt des projecteurs pour tous les participants mis en avant
-(void)cancelAllSpotlightsWithCompletionHandler:(void (^)(NSError *error))completionHandler;
Paramètres
completionHandler
- Bloc à appeler de manière asynchrone une fois l’opération terminée.
Retours
void
Projecteur
Placez les participants à l’avant-plan.
-(void)spotlight:(NSArray<id<CommunicationIdentifier>>* _Nonnull)identifiers
withCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable error))completionHandler;
Paramètres
identifiers
- Participants à mettre à l’honneur.completionHandler
- Bloc à appeler de manière asynchrone une fois l’opération terminée.
cancelSpotLights
Annulez la mise à l’honneur pour les participants à l’honneur.
-(void)cancelSpotlights:(NSArray<id<CommunicationIdentifier>>* _Nonnull)identifiers
withCompletionHandler:(void (^ _Nonnull)(NSError * _Nullable error))completionHandler;
Paramètres
identifiers
- Les participants annulent la mise à l’honneur.completionHandler
- Bloc à appeler de manière asynchrone une fois l’opération terminée.
Propriétés
délégué
Objet que vous fournissez pour recevoir les événements de cette instance ACSSpotlightCallFeature.
@property(nonatomic, assign) id<ACSSpotlightCallFeatureDelegate> delegate;
maxSpotlightedParticipants
Envoyer une demande pour retourner le nombre maximal de participants pouvant être mis en avant
@property (readonly) int maxSpotlightedParticipants;
mis en vedetteParticipants
Envoyer une demande pour obtenir une liste de tous les participants mis en avant
@property (copy, nonnull, readonly) NSArray<ACSSpotlightedParticipant *> * spotlightedParticipants;