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
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
35
+
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.
36
36
param body: The request body
37
37
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
38
38
Returns: Optional[InviteParticipantsOperation]
39
-
Find more info here: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
39
+
Find more info here: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
Invite participants to the active call. For more information about how to handle operations, see commsOperation.
59
+
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.
60
60
param body: The request body
61
61
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_policies/item/managed_app_policy_item_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_policies/item/target_apps/target_apps_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_registrations/item/applied_policies/item/target_apps/target_apps_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_registrations/item/intended_policies/item/target_apps/target_apps_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_app_registrations/item/managed_app_registration_item_request_builder.py
Copy file name to clipboardExpand all lines: msgraph/generated/device_app_management/managed_e_books/item/assignments/item/managed_e_book_assignment_item_request_builder.py
+7-7
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ def __init__(self,request_adapter: RequestAdapter, path_parameters: Union[str, D
0 commit comments