Skip to content
#

twilio-api

Here are 431 public repositories matching this topic...

dkundel
dkundel commented Mar 24, 2020

I think we should invest in some automation that keeps the dependencies safe.

Right now we can use Dependabot to keep top level dependencies up-to-date but not the nested ones for the templates themselves. My suggestion is the following:

  1. Add every dependency that exists in any template as a devDependency for the root package.json
  2. Create the same automation that we use in github.com
help wanted good first issue
Study-Room
OlegKunitsyn
OlegKunitsyn commented May 2, 2021

For now all users that can join the audio stream are admins. I've extended userController by

    const role = users.length === 0 ? 'admin' : 'visitor'
    const user = {id,name,room,role};
...
    const role = usersInVoice.length === 0 ? 'admin' : 'visitor'
    const user = {id,name,room,role};

and replaced user:admin with user:user.role. In result, we have two roles of users.

enhancement good first issue easy hacktoberfest

Improve this page

Add a description, image, and links to the twilio-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the twilio-api topic, visit your repo's landing page and select "manage topics."

Learn more