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
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
15132
+
description: The display name of the identity. This property is read-only.
15133
15133
nullable: true
15134
15134
id:
15135
15135
type: string
15136
-
description: Unique identifier for the identity.
15136
+
description: The identifier of the identity. This property is read-only.
Copy file name to clipboardExpand all lines: openApiDocs/beta/CloudCommunications.yml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -3392,10 +3392,10 @@ paths:
3392
3392
tags:
3393
3393
- communications.Actions
3394
3394
summary: Invoke action invite
3395
-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
3395
+
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
12965
+
description: The display name of the identity. This property is read-only.
12966
12966
nullable: true
12967
12967
id:
12968
12968
type: string
12969
-
description: Unique identifier for the identity.
12969
+
description: The identifier of the identity. This property is read-only.
0 commit comments