instrumentisto / medea

[Closed] Medea media server
Mozilla Public License 2.0
23 stars 3 forks source link

Make Coturn optional (#182) #211

Closed evdokimovs closed 3 years ago

evdokimovs commented 3 years ago

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. When ice.default is "static", then Coturn wouldn't be used at all. Only credentials provided in [ice.static] will be provided to the clients.

Checklist

evdokimovs commented 3 years ago

FCM

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
evdokimovs commented 3 years ago

Убрал author поле из Flutter pubspec.yml, потому-что на него стал ругаться dartanalyzer из-за того, что его задепрекейтили недавно.

dart-lang/site-www#2029