We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9992626 + a23ea09 commit c888100Copy full SHA for c888100
examples/cloudrecording/pom.xml
@@ -19,7 +19,7 @@
19
<slf4j.version>2.0.16</slf4j.version>
20
<logback.version>1.3.14</logback.version>
21
<picocli.version>4.7.6</picocli.version>
22
- <agora-rest-client-core.version>0.2.0</agora-rest-client-core.version>
+ <agora-rest-client-core.version>0.3.0</agora-rest-client-core.version>
23
</properties>
24
25
<dependencies>
pom.xml
@@ -11,6 +11,7 @@
11
<modules>
12
<module>agora-rest-client-core</module>
13
<module>examples/cloudrecording</module>
14
+ <module>examples/convoai</module>
15
</modules>
16
17
<properties>
0 commit comments