Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ BODYPARAMETER <IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphI
- `[ClientContext <String>]`:
- `[Participants <IMicrosoftGraphInvitationParticipantInfo1[]>]`:
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -409,7 +409,7 @@ BODYPARAMETER <IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphI
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter
Expand All @@ -430,7 +430,7 @@ INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter

PARTICIPANTS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -440,7 +440,7 @@ PARTICIPANTS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ BODYPARAMETER <IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostR
- `[TargetDisposition <String>]`: callDisposition
- `[Targets <IMicrosoftGraphInvitationParticipantInfo1[]>]`:
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -343,7 +343,7 @@ BODYPARAMETER <IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostR
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
- `[Timeout <Int32?>]`:

Expand All @@ -365,7 +365,7 @@ INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter

TARGETS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -375,7 +375,7 @@ TARGETS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.CloudCommunications
Module Guid: 5e714881-5b1c-4882-9675-63bdcafe3473
Module Guid: c1af281a-8d9c-4c02-bf69-48bcd0fc03d7
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ BODYPARAMETER <IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRe
- `[TransferTarget <IMicrosoftGraphInvitationParticipantInfo1>]`: invitationParticipantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -357,7 +357,7 @@ BODYPARAMETER <IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRe
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
- `[Transferee <IMicrosoftGraphParticipantInfo1>]`: participantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -407,7 +407,7 @@ TRANSFEREE <IMicrosoftGraphParticipantInfo1>: participantInfo
TRANSFERTARGET <IMicrosoftGraphInvitationParticipantInfo1>: invitationParticipantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -417,7 +417,7 @@ TRANSFERTARGET <IMicrosoftGraphInvitationParticipantInfo1>: invitationParticipan
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1257,10 +1257,10 @@ BODYPARAMETER <IMicrosoftGraphCall1>: call
- `[Subject <String>]`: The subject of the conversation.
- `[Targets <IMicrosoftGraphInvitationParticipantInfo1[]>]`:
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
- `[TenantId <String>]`:
- `[TerminationReason <String>]`:
Expand Down Expand Up @@ -1402,7 +1402,7 @@ SOURCE <IMicrosoftGraphParticipantInfo1>: participantInfo

TARGETS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[EndpointType <String>]`: endpointType
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -1412,7 +1412,7 @@ TARGETS <IMicrosoftGraphInvitationParticipantInfo1[]>: .
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

TONEINFO <IMicrosoftGraphToneInfo>: toneInfo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ BODYPARAMETER <IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphI
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[ClientContext <String>]`:
- `[Participants <IMicrosoftGraphInvitationParticipantInfo[]>]`:
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -408,7 +408,7 @@ BODYPARAMETER <IPaths1Bh76WaCommunicationsCallsCallIdParticipantsMicrosoftGraphI
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter
Expand All @@ -428,7 +428,7 @@ INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter
- `[UserId <String>]`: key: id of user

PARTICIPANTS <IMicrosoftGraphInvitationParticipantInfo[]>: .
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -438,7 +438,7 @@ PARTICIPANTS <IMicrosoftGraphInvitationParticipantInfo[]>: .
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ BODYPARAMETER <IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostR
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CallbackUri <String>]`:
- `[Targets <IMicrosoftGraphInvitationParticipantInfo[]>]`:
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -293,7 +293,7 @@ BODYPARAMETER <IPaths183Gi8UCommunicationsCallsCallIdMicrosoftGraphRedirectPostR
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
- `[Timeout <Int32?>]`:

Expand All @@ -314,7 +314,7 @@ INPUTOBJECT <ICloudCommunicationsIdentity>: Identity Parameter
- `[UserId <String>]`: key: id of user

TARGETS <IMicrosoftGraphInvitationParticipantInfo[]>: .
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -324,7 +324,7 @@ TARGETS <IMicrosoftGraphInvitationParticipantInfo[]>: .
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.CloudCommunications
Module Guid: 5e714881-5b1c-4882-9675-63bdcafe3473
Module Guid: c1af281a-8d9c-4c02-bf69-48bcd0fc03d7
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ BODYPARAMETER <IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRe
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[TransferTarget <IMicrosoftGraphInvitationParticipantInfo>]`: invitationParticipantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -349,7 +349,7 @@ BODYPARAMETER <IPaths4Zbm7LCommunicationsCallsCallIdMicrosoftGraphTransferPostRe
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.
- `[Transferee <IMicrosoftGraphParticipantInfo>]`: participantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -394,7 +394,7 @@ TRANSFEREE <IMicrosoftGraphParticipantInfo>: participantInfo

TRANSFERTARGET <IMicrosoftGraphInvitationParticipantInfo>: invitationParticipantInfo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Hidden <Boolean?>]`:
- `[Hidden <Boolean?>]`: Optional. Whether to hide the participant from the roster.
- `[Identity <IMicrosoftGraphIdentitySet>]`: identitySet
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[Application <IMicrosoftGraphIdentity>]`: identity
Expand All @@ -404,7 +404,7 @@ TRANSFERTARGET <IMicrosoftGraphInvitationParticipantInfo>: invitationParticipant
- `[Device <IMicrosoftGraphIdentity>]`: identity
- `[User <IMicrosoftGraphIdentity>]`: identity
- `[ParticipantId <String>]`: Optional. The ID of the target participant.
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`:
- `[RemoveFromDefaultAudioRoutingGroup <Boolean?>]`: Optional. Whether to remove them from the main mixer.
- `[ReplacesCallId <String>]`: Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.

## RELATED LINKS
Expand Down
Loading