Skip to content

Releases: twilio-labs/plugin-rtc

v0.8.4

05 Aug 20:11
5e625fd
Compare
Choose a tag to compare

Changelog

0.8.4

Enhancement

  • Added error logging to the /token and /recording-rules endpoints.

Maintenance

  • Upgraded a number of dependencies.

v0.8.3

11 Feb 23:57
56bc7df
Compare
Choose a tag to compare

0.8.3

Maintenence

  • Upgraded @twilio/cli-core from 5.17.0 to 6.1.0 to ensure compatibility with version 3.x of the twilio-cli
  • Upgraded @oclif/plugin-help from 2 to 5.1.11

v0.8.2

12 Apr 21:43
195890c
Compare
Choose a tag to compare

0.8.2

Maintenance

v0.8.1

30 Mar 23:22
2c55246
Compare
Choose a tag to compare

0.8.1

Enhancement

  • Specified a timer when creating a Twilio Conversation. This will automatically close the conversation after 24 hours, which is equal to the maximum duration of a video room. This helps to clean up old conversations since there is a limit that a single participant can not be added to more than 1,000 open conversations.

v0.8.0

05 Mar 20:23
497492f
Compare
Choose a tag to compare

0.8.0

New Features

  • Added support for Twilio Conversations. When an application requests a token from the /token endpoint, a create_conversation=true parameter can now be specified. When this parameter is present, the /token endpoint will create a conversation that is associated with the room and add the participant to it. This allows video application to use Twilio Conversations for in-room chat.

Maintenence

  • Upgraded @twilio/cli-core from 5.15.1 to 5.17.0
  • Upgraded lodash from 4.17.20 to 4.17.21

v0.7.1

08 Feb 23:00
e50c0b8
Compare
Choose a tag to compare

0.7.1

Maintenence

  • This version upgrades dependencies in order to resolve this security advisory regarding the axios library.
  • Upgraded @twilio/cli-core from 5.9.3 to 5.15.1
  • Upgraded twilio from 3.48.2 to 3.54.2

v0.7.0

06 Jan 19:26
2070cec
Compare
Choose a tag to compare

0.7.0

Enhancements

  • This version adds a new endpoint which allows users to update the recording rules for a given room. See the README for more details.
  • Upgraded @twilio/cli-core from 5.9.1 to 5.9.3
  • Upgraded moment from 2.28.0 to 2.29.0
  • Upgraded nanoid from 3.1.13 to 3.1.16
  • Upgraded @twilio-labs/serverless-api from 4.0.2 to 4.0.3

v0.6.0

20 Oct 19:59
a6198bd
Compare
Choose a tag to compare

0.6.0

Enhancements

  • This version will print a URL to the terminal where the user can view and edit the deployed token server function in the Twilio console. By default, the token server is editable in the Twilio console, but this can be disabled with the --no-ui-editable flag.
  • Upgraded @twilio/cli-core from 5.9.0 to 5.9.1
  • Upgraded moment from 2.27.0 to 2.28.0
  • Upgraded @twilio-labs/serverless-api from 4.0.1 to 4.0.2

v0.5.0

30 Sep 17:04
12eb578
Compare
Choose a tag to compare

v0.5.0

Enhancements

Updated the --room-type flag to add new 'go' room type.

v0.4.0

11 Sep 21:27
4f761c8
Compare
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