Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

[MV-473] Fix bug when connecting two mobile devices #37

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

graszka22
Copy link
Contributor

@graszka22 graszka22 commented Jun 2, 2023

What happens:

  • mobile adds tracks
  • mobile sends join event
  • server responds with peer accepted event
  • before recent backend update, server would send offerData event and trigger the sdp exchange, but now nothing happens anymore
    A temporary fix is to send renegotiate track event after joining the server. That way the sdp exchange is triggered after joining joining the room.
    A more proper fix is to add tracks after joining the room but we can't do it easily now due to threading issues on ios.

@graszka22 graszka22 requested a review from skyman503 June 2, 2023 15:02
@graszka22 graszka22 merged commit 34f36db into master Jun 6, 2023
@graszka22 graszka22 deleted the graszka22/MV-473 branch June 6, 2023 12:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants