Skip to content

Commit e7f3e6f

Browse files
committed
code review
1 parent 4865535 commit e7f3e6f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ env:
1414
SERVICE_PLAN_ID: ${{ secrets.SERVICE_PLAN_ID }}
1515
SMS_ORIGIN: ${{ secrets.SMS_ORIGIN }}
1616
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 }}
2017

2118
jobs:
2219
build:

MIGRATION_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This release removes legacy SDK support.
66

77
This guide lists all removed classes and interfaces from V1 and how to migrate to their V2 equivalents.
88

9+
> **Note:** Voice and Verification are not yet covered by the new V2 APIs. Support will be added in future releases.
10+
911
## Client Initialization
1012

1113
### Overview

0 commit comments

Comments
 (0)