Releases: twilio-labs/plugin-rtc
Releases · twilio-labs/plugin-rtc
v0.4.0
v0.3.0
Enhancements
- This version adds the ability to specify the room type when deploying a video application token server. Use the
--room-typeflag when deploying the app. For example:twilio rtc:apps:video:deploy --authentication passcode --room-type group-small. The payload returned by the token server will also include the room type (see the readme for details). The--room-typeflag is optional and the default value isgroup.
v0.2.0
Breaking Change
- This version adds extra random digits to the URL used by the Twilio Video Apps. The format of the URL has changed from
https://video-app-xxxx-dev.twil.iotohttps://video-app-xxxx-yyyy-dev.twil.io. The iOS Video App and Android Video App must be upgraded in order to work with this new format. The React Video App does not need to be upgraded. This change is being made to increase the number of available domains (from ten thousand to ten million) which will greatly reduce the number of 409 (conflict) errors experienced by users.
v0.1.6
v0.1.5
v0.1.4
v0.1.3
Features
- Updated the
twilio rtc:apps:video:deploy --overrideflag behavior to update an existing Twilio Serverless instance rather than deleting and redeploying an instance. This behavior allows users to update an existing deployment's passcode without changing their application's URL. This betterment was proposed in #14.
Maintenance
- Use the Twilio Account SID from a Twilio Function context rather than copying from a Twilio Client instance.