You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/call-automation/actions-for-call-control.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,11 +168,11 @@ The response provides you with CallConnection object that you can use to take fu
168
168
169
169
## Connect to a call
170
170
171
-
You can connect to a call using a call locator. When connecting a call, it's necessary to provide a callback url. Communication Services post all subsequent events about this call to that url.
171
+
You can create a connection to a call using CallLocator, then you can manage the call and perform actions in the call using Call Automation.
172
172
173
-
Currently, we have 3 different CallLocators:
173
+
Currently, we support 3 different CallLocators:ServerCallLocator, GroupCallLocator and RoomCallLocator
174
174
175
-
Connecting to a call using ServerCallLocator
175
+
Connecting to a call using ServerCallLocator, which take a serverCallId. You can use it to connect to regular P2P or multi-parties call.
0 commit comments