ACSCaptionsCallFeature Class
Declaration
@interface ACSCaptionsCallFeature : ACSCallFeature;
Description
Call Feature for managing captions for a call.
Methods
getCaptions
Get captions for a connected call.
-(void)getCaptionsWithCompletionHandler:(void (^)(ACSCallCaptions * value, NSError *error))completionHandler;
Parameters
completionHandler
- A block to be invoked asynchronously after the operation has finished.
Returns
void