Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

Meetings API logic changes #419

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

The Meetings API Client in the SDK does not currently allow you to create a new long-term room, or give any other optional request parameters.

Description

For backwards compatibility, you can still pass in a display_name for the room into the createRoom() method, but you will get a deprecation notice. The user is now expected to create a Room object to send to the class, allowing the user to give the Room object any custom array of properties to render out during the request.

Motivation and Context

Long term rooms could not be created

How Has This Been Tested?

Test has been added for creation of a long term room

Types of changes

Checklist: