instrumentisto / medea

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

Move RoomId and Credentials to the 'medea-client-api-proto' crate (#27) #148

Closed evdokimovs closed 4 years ago

evdokimovs commented 4 years ago

Part of #27

Required for #147

Synopsis

In #147 we need to use RoomId and Credentials on the Jason side, so it was decided to move this newtypes from medea crate to the medea-client-api-proto.

Solution

Move RoomId to the medea-client-api-proto and use this newtype instead of old newtype.

Add Credentials newtype to the medea-client-api-proto and use it.

Checklist

evdokimovs commented 4 years ago

FCM

Move RoomId and Credentials to the 'medea-client-api-proto' crate (#148, #27)

- add and use Credentials newtype in 'medea' crate