Skip to content

Commit f8f8d78

Browse files
committed
Update getCallRecordingAsync to handle binary response
1 parent 4fe5d49 commit f8f8d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/bandwidth/voice/controllers/APIController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ public CompletableFuture<ApiResponse<CallRecordingMetadata>> getCallRecordingAsy
763763
return makeHttpCallAsync(() -> buildGetCallRecordingRequest(accountId, callId, recordingId),
764764
req -> authManagers.get("voice").applyAsync(req)
765765
.thenCompose(request -> getClientInstance()
766-
.executeAsync(request, false)),
766+
.executeAsync(request, true)),
767767
context -> handleGetCallRecordingResponse(context));
768768
}
769769

0 commit comments

Comments
 (0)