Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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