ACSCaptionsCallFeature 클래스
선언
@interface ACSCaptionsCallFeature : ACSCallFeature;
Description
통화 캡션을 관리하기 위한 호출 기능입니다.
메서드
getCaptions
연결된 통화에 대한 캡션을 가져옵니다.
-(void)getCaptionsWithCompletionHandler:(void (^)(ACSCallCaptions * value, NSError *error))completionHandler;
매개 변수
completionHandler
- 작업이 완료된 후 비동기적으로 호출할 블록입니다.
반환
void