Interface CallServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface CallServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceCallServiceAsync.WithRawResponseA view of CallServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract CallServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract CallServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        acceptCompletableFuture<Void> accept(String callId, CallAcceptParams params) Accept an incoming SIP call and configure the realtime session that will handle it. 
 - 
                                        acceptCompletableFuture<Void> accept(String callId, CallAcceptParams params, RequestOptions requestOptions) 
 - 
                                        acceptCompletableFuture<Void> accept(CallAcceptParams params) 
 - 
                                        acceptabstract CompletableFuture<Void> accept(CallAcceptParams params, RequestOptions requestOptions) 
 - 
                                        hangupCompletableFuture<Void> hangup(String callId) End an active Realtime API call, whether it was initiated over SIP or WebRTC. 
 - 
                                        hangupCompletableFuture<Void> hangup(String callId, CallHangupParams params, RequestOptions requestOptions) 
 - 
                                        hangupCompletableFuture<Void> hangup(String callId, CallHangupParams params) 
 - 
                                        hangupabstract CompletableFuture<Void> hangup(CallHangupParams params, RequestOptions requestOptions) 
 - 
                                        hangupCompletableFuture<Void> hangup(CallHangupParams params) 
 - 
                                        hangupCompletableFuture<Void> hangup(String callId, RequestOptions requestOptions) 
 - 
                                        referCompletableFuture<Void> refer(String callId, CallReferParams params) Transfer an active SIP call to a new destination using the SIP REFER verb. 
 - 
                                        referCompletableFuture<Void> refer(String callId, CallReferParams params, RequestOptions requestOptions) 
 - 
                                        referCompletableFuture<Void> refer(CallReferParams params) 
 - 
                                        referabstract CompletableFuture<Void> refer(CallReferParams params, RequestOptions requestOptions) 
 - 
                                        rejectCompletableFuture<Void> reject(String callId) Decline an incoming SIP call by returning a SIP status code to the caller. 
 - 
                                        rejectCompletableFuture<Void> reject(String callId, CallRejectParams params, RequestOptions requestOptions) 
 - 
                                        rejectCompletableFuture<Void> reject(String callId, CallRejectParams params) 
 - 
                                        rejectabstract CompletableFuture<Void> reject(CallRejectParams params, RequestOptions requestOptions) 
 - 
                                        rejectCompletableFuture<Void> reject(CallRejectParams params) 
 - 
                                        rejectCompletableFuture<Void> reject(String callId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-