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: fern/security-and-privacy/recording-consent-plan.mdx
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,34 +219,6 @@ This webhook structure allows you to easily determine whether recording consent
219
219
});
220
220
```
221
221
</Tab>
222
-
<Tabtitle="Python (Server SDK)">
223
-
```python
224
-
from vapi import Vapi
225
-
226
-
client = Vapi(token=os.getenv("VAPI_API_KEY"))
227
-
228
-
assistant = client.assistants.create({
229
-
"name": "Customer Support Assistant",
230
-
"model": {
231
-
"provider": "openai",
232
-
"model": "gpt-4o"
233
-
},
234
-
"voice": {
235
-
"provider": "11labs",
236
-
"voiceId": "sarah"
237
-
},
238
-
"compliancePlan": {
239
-
"recordingConsentPlan": {
240
-
"type": "verbal",
241
-
"message": "This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline.",
0 commit comments