Skip to content

Releases: twilio-labs/plugin-rtc

v0.4.0

11 Sep 21:27
4f761c8

Choose a tag to compare

Maintenence

  • Updated the logic in the video token server so that it always returns the room_type parameter.
  • Upgraded @twilio/cli-core from 5.8.1 to 5.9.0

v0.3.0

26 Aug 18:44
e5d802d

Choose a tag to compare

Enhancements

  • This version adds the ability to specify the room type when deploying a video application token server. Use the --room-type flag 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-type flag is optional and the default value is group.

v0.2.0

17 Aug 19:44
f599b5f

Choose a tag to compare

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.io to https://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

27 May 22:35
ed7f2de

Choose a tag to compare

0.1.6

Maintenance

  • Move @oclif/plugin-help from devDependencies to dependencies to resolve NPM warning.

v0.1.5

06 May 18:21
037d3f7

Choose a tag to compare

Maintenance

  • Updated twilio rtc:apps:video:deploy command so that it checks for the existence of a necessary Twilio API Key before deploying the video token server.

v0.1.4

27 Mar 22:21
09c79e1

Choose a tag to compare

Maintenance

  • Updated twilio rtc:apps:video:delete command so that it doesn't check for serverless environments before deleting the app. This allows the command to delete the app even when no environments exist.

v0.1.3

25 Mar 16:56
a778702

Choose a tag to compare

Features

  • Updated the twilio rtc:apps:video:deploy --override flag 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.

v0.1.2

18 Mar 21:46
d095f8e

Choose a tag to compare

This release addresses some security alerts surfaced from Github.

v0.1.1

12 Mar 23:42
45ef841

Choose a tag to compare

This release updates error handling in the video token server.

v0.1.0

12 Mar 21:54
80e0b7d

Choose a tag to compare

This release marks the first iteration of the Twilio CLI RTC plugin.