Skip to content

Commit 47964e9

Browse files
authored
Merge pull request #18 from seymourtang/feat/convoai
feat: Add httpProperty builder method to CloudRecordingConfig
2 parents 0c257f0 + bbecd96 commit 47964e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agora-rest-client-core/src/main/java/io/agora/rest/services/cloudrecording/CloudRecordingConfig.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ public Builder domainArea(DomainArea domainArea) {
9898
return this;
9999
}
100100

101+
public Builder httpProperty(HttpProperty httpProperty) {
102+
this.httpProperty = httpProperty;
103+
return this;
104+
}
101105

102106
public CloudRecordingConfig build() {
103107
if (httpProperty == null) {

0 commit comments

Comments
 (0)