We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4865535 commit e7f3e6fCopy full SHA for e7f3e6f
2 files changed
.github/workflows/ci.yml
@@ -14,9 +14,6 @@ env:
14
SERVICE_PLAN_ID: ${{ secrets.SERVICE_PLAN_ID }}
15
SMS_ORIGIN: ${{ secrets.SMS_ORIGIN }}
16
TEMPLATES_ORIGIN: ${{ secrets.TEMPLATES_ORIGIN }}
17
- VERIFICATION_ORIGIN: ${{ secrets.VERIFICATION_ORIGIN }}
18
- VOICE_CALL_ID: ${{ secrets.VOICE_CALL_ID }}
19
- VOICE_ORIGIN: ${{ secrets.VOICE_ORIGIN }}
20
21
jobs:
22
build:
MIGRATION_GUIDE.md
@@ -6,6 +6,8 @@ This release removes legacy SDK support.
6
7
This guide lists all removed classes and interfaces from V1 and how to migrate to their V2 equivalents.
8
9
+> **Note:** Voice and Verification are not yet covered by the new V2 APIs. Support will be added in future releases.
10
+
11
## Client Initialization
12
13
### Overview
0 commit comments