@@ -43,9 +43,9 @@ This example creates a new Compliance Recording for Call Queue template.
43
43
44
44
### -BotId
45
45
46
- > Applicable: Microsoft Teams
46
+ The Application Instance Object Id of the compliance recording bot to invite.
47
47
48
- The Application Instance Id of the compliance recording bot to invite .
48
+ Use [ Get-CsOnlineApplicationInstance ] ( get-csonlineapplicationinstance.md ) to get the ` Identity ` .
49
49
50
50
``` yaml
51
51
Type : System.String
@@ -61,8 +61,6 @@ Accept wildcard characters: False
61
61
62
62
### -ConcurrentInvitationCount
63
63
64
- > Applicable: Microsoft Teams
65
-
66
64
The number of concurrent invitations to send to the compliance recording for call queue bot.
67
65
68
66
` ` ` yaml
@@ -79,8 +77,6 @@ Accept wildcard characters: False
79
77
80
78
### -Description
81
79
82
- > Applicable: Microsoft Teams
83
-
84
80
A description for the compliance recording for call queues template.
85
81
86
82
` ` ` yaml
@@ -97,8 +93,6 @@ Accept wildcard characters: False
97
93
98
94
### -Name
99
95
100
- > Applicable: Microsoft Teams
101
-
102
96
The name of the compliance recording for call queue template.
103
97
104
98
` ` ` yaml
@@ -115,8 +109,6 @@ Accept wildcard characters: False
115
109
116
110
### -PairedApplication
117
111
118
- > Applicable: Microsoft Teams
119
-
120
112
The PairedApplication parameter specifies the paired application for the call queue.
121
113
122
114
` ` ` yaml
@@ -133,8 +125,6 @@ Accept wildcard characters: False
133
125
134
126
### -RequiredBeforeCall
135
127
136
- > Applicable: Microsoft Teams
137
-
138
128
Indicates if the compliance recording for call queues bot must be able to join the call.
139
129
*Strict recording* - if the bot can't join the call, the call will end.
140
130
@@ -152,8 +142,6 @@ Accept wildcard characters: False
152
142
153
143
### -RequiredDuringCall
154
144
155
- > Applicable: Microsoft Teams
156
-
157
145
Indicates if the compliance recording for call queues bot must remain part of the call.
158
146
*Strict recording* - if the bot leaves the call, the call will end.
159
147
0 commit comments