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
The response provides you with CallConnection object that you can use to take further actions on this call once it's connected. Once it connects to the call, two events are published to the callback endpoint you provided earlier:
280
+
The response provides you with CallConnection object that you can use to take further actions on this call once it successfully connect to a call. Once it connects to the call, two events are published to the callback endpoint you provided earlier:
281
281
282
-
1.`CallConnected` event notifying that you have connected to the call.
282
+
1.`CallConnected` event notifying that you successfully connect to the call.
283
283
2.`ParticipantsUpdated` event that contains the latest list of participants in the call.
284
284
285
285

0 commit comments