Vonage / vonage-node-sdk

Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Apache License 2.0
375 stars 178 forks source link

fix(video): Make sure create session returned JSON, and fixed return type #913

Closed dragonmantank closed 4 months ago

dragonmantank commented 4 months ago

Description

Motivation and Context

These were two bugs that were stopping calls to video's Create Session endpoint from returning properly. The calls succeeded, we just didn't report back the correct info to the developer.

Testing Details

Manual and unit tests

Example Output or Screenshots (if appropriate)

Types of changes

Checklist