@@ -229,6 +229,7 @@ OPTIONS
229229 --authentication=(passcode) (required) Type of authentication to use
230230 --override Override an existing App deployment
231231 --room-type=(group|group-small|peer-to-peer|go) [default: group] Set room type
232+ --[no-]ui-editable Specifies whether the app's files and variables can be edited in the Twilio console.
232233
233234DESCRIPTION
234235 This command publishes two components as a Twilio Function: an application token
@@ -251,6 +252,7 @@ EXAMPLES
251252 Passcode: xxx xxx xxxx xxxx
252253 Expires: Mon Mar 09 2020 16:36:23 GMT-0600
253254 Room Type: group
255+ Edit your token server at: https://www.twilio.com/console/functions/editor/...
254256
255257 # Deploy an application token server with the React app
256258 $ twilio rtc:apps:video:deploy --authentication passcode --app-directory /path/to/app
@@ -259,6 +261,7 @@ EXAMPLES
259261 Passcode: xxx xxx xxxx xxxx
260262 Expires: Mon Mar 09 2020 16:36:23 GMT-0600
261263 Room Type: group
264+ Edit your token server at: https://www.twilio.com/console/functions/editor/...
262265
263266 # Override an existing app with a fresh deployment
264267 # Please note that this will remove a previously deployed web application if no
@@ -269,13 +272,15 @@ EXAMPLES
269272 Passcode: yyy yyy yyyy yyyy
270273 Expires: Mon Mar 09 2020 16:36:23 GMT-0600
271274 Room Type: group
275+ Edit your token server at: https://www.twilio.com/console/functions/editor/...
272276
273277 # Deploy an application token server with a specific room type
274278 $ twilio rtc:apps:video:deploy --authentication passcode --room-type peer-to-peer
275279 deploying app... done
276280 Passcode: xxx xxx xxxx xxxx
277281 Expires: Mon Mar 09 2020 16:36:23 GMT-0600
278282 Room Type: peer-to-peer
283+ Edit your token server at: https://www.twilio.com/console/functions/editor/...
279284```
280285
281286## ` twilio rtc:apps:video:view `
@@ -295,6 +300,7 @@ EXAMPLE
295300 Web App URL: https://video-app-1111-dev.twil.io?passcode=xxxxxxxxxxxxxx
296301 Passcode: xxx xxx xxxx xxxx
297302 Room Type: group
303+ Edit your token server at: https://www.twilio.com/console/functions/editor/...
298304```
299305
300306<!-- commandsstop -->
0 commit comments