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: src/main/java/com/microsoft/graph/generated/chats/item/members/item/ConversationMemberItemRequestBuilder.java
+7-7
Original file line number
Diff line number
Diff line change
@@ -57,21 +57,21 @@ public void delete(@jakarta.annotation.Nullable final java.util.function.Consume
Copy file name to clipboardexpand all lines: src/main/java/com/microsoft/graph/generated/communications/calls/item/participants/invite/InviteRequestBuilder.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -36,23 +36,23 @@ public InviteRequestBuilder(@jakarta.annotation.Nonnull final String rawUrl, @ja
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
39
+
* 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.
40
40
* @param body The request body
41
41
* @return a {@link InviteParticipantsOperation}
42
42
* @throws ODataError When receiving a 4XX or 5XX status code
43
-
* @see <a href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0">Find more info here</a>
43
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0">Find more info here</a>
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
50
+
* 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.
51
51
* @param body The request body
52
52
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
53
53
* @return a {@link InviteParticipantsOperation}
54
54
* @throws ODataError When receiving a 4XX or 5XX status code
55
-
* @see <a href="https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0">Find more info here</a>
55
+
* @see <a href="https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0">Find more info here</a>
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
66
+
* 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.
67
67
* @param body The request body
68
68
* @return a {@link RequestInformation}
69
69
*/
@@ -72,7 +72,7 @@ public RequestInformation toPostRequestInformation(@jakarta.annotation.Nonnull f
72
72
returntoPostRequestInformation(body, null);
73
73
}
74
74
/**
75
-
* Invite participants to the active call. For more information about how to handle operations, see commsOperation.
75
+
* 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.
76
76
* @param body The request body
77
77
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
0 commit comments