Releases: twilio-labs/plugin-rtc
Releases · twilio-labs/plugin-rtc
v0.8.4
v0.8.3
v0.8.2
0.8.2
Maintenance
- The recording rules function now uses the Twilio client returned by
context.getTwilioClient()
.
v0.8.1
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
0.8.0
New Features
- Added support for Twilio Conversations. When an application requests a token from the
/token
endpoint, acreate_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
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
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
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