Closed evdokimovs closed 3 years ago
Make Coturn optional (#211, #182)
- add static STUN/TURN credentials support
- rename [turn] config section as [ice]
Additionally:
- change Flutter channel to 'beta' on CI
- remove deprecated 'author' field from the Flutter's spec
Убрал author
поле из Flutter pubspec.yml
, потому-что на него стал ругаться dartanalyzer
из-за того, что его задепрекейтили недавно.
Part of #182
Synopsis
We need to make Coturn dependency optional. So after this PR Medea can work without Coturn and Redis.
Solution
Add
ice.default
and[ice.static]
to the configuration options. Whenice.default
is"static"
, then Coturn wouldn't be used at all. Only credentials provided in[ice.static]
will be provided to the clients.Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed