@@ -58,10 +58,11 @@ Azure Communication Services Call Automation SDK package is retrieved from the A
58
58
``` xml
59
59
<dependency >
60
60
<groupId >com.azure</groupId >
61
- <artifactId >azure-communication-callingserver </artifactId >
62
- <version >1.0.0-alpha.20220829 .1</version >
61
+ <artifactId >azure-communication-callautomation </artifactId >
62
+ <version >1.0.0-alpha.20230317 .1</version >
63
63
</dependency >
64
64
```
65
+
65
66
## Update App.java with code
66
67
67
68
In your editor of choice, open App.java file and update it with the code provided in [ Update app.java with code] ( ../../../quickstarts/call-automation/callflows-for-customer-interactions.md ) section.
@@ -90,30 +91,30 @@ callConnectionAsync.muteParticipantsAsync(target).block();
90
91
"participants" : [
91
92
{
92
93
"identifier" : {
93
- "rawId" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_00000017-a511-a8bd-1000-343a0d0045c3 " ,
94
+ "rawId" : " <ACS_USER_ID> " ,
94
95
"kind" : " communicationUser" ,
95
96
"communicationUser" : {
96
- "id" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_00000017-a511-a8bd-1000-343a0d0045c3 "
97
+ "id" : " <ACS_USER_ID> "
97
98
}
98
99
},
99
100
"isMuted" : true
100
101
},
101
102
{
102
103
"identifier" : {
103
- "rawId" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_becb5f68-7d55-4b4c-9010-d925a7b100d6 " ,
104
+ "rawId" : " <ACS_USER_ID> " ,
104
105
"kind" : " communicationUser" ,
105
106
"communicationUser" : {
106
- "id" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_becb5f68-7d55-4b4c-9010-d925a7b100d6 "
107
+ "id" : " <ACS_USER_ID> "
107
108
}
108
109
},
109
110
"isMuted" : false
110
111
},
111
112
{
112
113
"identifier" : {
113
- "rawId" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_00000017-a511-de0e-1000-343a0d0045d0 " ,
114
+ "rawId" : " <ACS_USER_ID> " ,
114
115
"kind" : " communicationUser" ,
115
116
"communicationUser" : {
116
- "id" : " 8:acs:0f6adfcd-1795-4f59-b72a-b88ab6721971_00000017-a511-de0e-1000-343a0d0045d0 "
117
+ "id" : " <ACS_USER_ID> "
117
118
}
118
119
},
119
120
"isMuted" : false
0 commit comments