edumeet / edumeet-client

This is the client service for the Edumeet project
15 stars 22 forks source link

feat/non-media-join #125

Closed pnts-se closed 1 year ago

pnts-se commented 1 year ago

closes #124

This PR will:

decouple room join from media join

You can bring up the websocket to room-serve service, chat with peers etc, even though media is not setup, e.g. we couldn't get a router, timeout from media-node etc. Media connection can then be retried until it's available.

notify user about connection error to room-server

We give feedback to user on reconnection attempts and a new good connection.

Depends on https://github.com/edumeet/edumeet-room-server/pull/70 Depends on https://github.com/edumeet/edumeet-common/releases/tag/0.6.0

pnts-se commented 1 year ago

Reduced scope.

Let's stick to decouple room join from media join. Handling reconnection to room-server should be a separate task since it's quite complex.