Skip to content

Commit 1909940

Browse files
committed
update readme
1 parent 3ac3d1a commit 1909940

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

V3_TO_V4_SDK_MIGRATION_GUIDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ Methods have been added to help you moderate a voice call:
190190
- `voice.earmuff`
191191
- `voice.unearmuff`
192192

193+
Also, the `voice.get_recording` method from v3 has been replaced by `voice.download_recording` in v4. The behaviour also changes as now the method will download the recording for you by streaming the response into a file.
194+
193195
See the [Voice API samples](voice/README.md) for more information.
194196

195197
### Network Number Verification API

video/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ sip_request_params = InitiateSipRequest(
283283
uri=f'sip:{vonage_number}@sip.nexmo.com;transport=tls',
284284
from_=f'test@vonage.com',
285285
headers={'header_key': 'header_value'},
286-
auth=SipAuth(username='1485b9e6', password='fL8jvi4W2FmS9som'),
286+
auth=SipAuth(username='your_username', password='your_password'),
287287
secure=False,
288288
video=False,
289289
observe_force_mute=True,

0 commit comments

Comments
 (0)