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/tutorials/includes/twilio-to-acs-video-android-tutorial.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,11 +165,11 @@ val call: Call = callAgent.startCall(
165
165
)
166
166
```
167
167
168
-
#### Connect to a team call
168
+
#### Connect to a Teams call
169
169
170
170
##### With External Identity
171
171
172
-
Connecting to a team call is almost identical to connecting to a call. Instead of using StartCallOptions, the client application uses JoinCallOptions with a TeamsMeetingLocator.
172
+
Connecting to a Teams call is almost identical to connecting to a call. Instead of using StartCallOptions, the client application uses JoinCallOptions with a TeamsMeetingLocator.
173
173
174
174
The Teams meeting link can be retrieved using Graph APIs. The retrieval process is detailed in the [graph documentation](/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true).
Subscribe to the `sampleReported` event to receive updates on media statistics. The default sampling interval is set to one second. Adjust the interval by using the `setSampleIntervalInSeconds` method within the MediaStatsCallFeature.
581
+
Subscribe to the `reportReceived` event to receive updates on media statistics. The default sampling interval is set to one second. Adjust the interval by using the `updateReportIntervalInSeconds` method within the MediaStatsCallFeature.
0 commit comments