jiti-meet/react/features/conference
Saúl Ibarra Corretgé 774c5ecd18 rn: ensure the conference terminated event is always sent
Dear reader, I'm not proud at all of what you are about to read, but sometimes
life just gives you lemons, so enjoy some lemonade!

Joining a conference implies first creating the XMPP connection and then joining
the MUC. It's very possible the XMPP connection was made but there was no chance
for the conference to be created.

This patch fixes this case by artificially genrating a conference terminated
event in such case. In order to have all the necessary knowledge for this event
to be sent the connection now keeps track of the conference that runs it.

In addition, there is an even more obscure corner case: it's not impossible to
try to disconnect when there is not even a connection. This was fixed by
creating a fake disconnect event. Alas the location URL is lost at this point,
but it's better than nothing I guess.
2019-04-25 14:04:26 +02:00
..
components rn: ensure the conference terminated event is always sent 2019-04-25 14:04:26 +02:00
functions.js Revert "misc: don't show a warning on Safari with VP8" 2019-04-17 15:15:48 +02:00
index.js [RN] Add display name label to tile view 2019-04-15 18:58:15 +02:00
middleware.js rn: add some cleanup tasks when a conference ends / changes 2019-01-16 11:00:37 +01:00