[Bug] VoiceResponse ConferenceRegion type error for us2 region
Describe the bug
According to the Twilio docs:
https://www.twilio.com/docs/voice/api/conference-resource
The region property supports "us2" for voice conferences.
However, in the latest SDK (twilio@<5.6.1>), TypeScript throws:
Type '"us2"' is not assignable to type 'ConferenceRegion | undefined'
This is likely because the ConferenceRegion type does not include "us2".
Expected behavior
"us2" should be allowed as a valid value for region.
Suggested Fix
Update the ConferenceRegion union type in the SDK typings to include "us2".
Thanks for raising this bug. We will look at it.
Hello! This will be available in the next release Thanks!
This is now available in version 5.7.1