-
Couldn't load subscription status.
- Fork 489
Closed
Labels
Description
Hi,
I was previously still in v8.0.0.
I tried to migrate to the last version but I notice problems when adding/removing in a current WebRTC communication a Video Track (using same PeerConnection)
It was still OK in v8.0.10 but not in v8.0.11 (and at least in this version I have quickly tested: v8.0.12, v8.0.14 and in v8.0.22).
Some Scenario to reproduce:
A is using Edge/Chromium
B is using SIPSorcery
Case 1:
- A calls B in audio only.
- B answers
- B add Video
- B remove Video => Communication is automatically cut after some delay
Case 2:
- A calls B in audio+video.
- B answers un audio+video
- B remove Video => Communication is automatically cut after some delay
Case 2:
- A calls B in audio+video.
- B answers un audio
- B add Video => Communication is automatically cut after some delay
I will dig to try to find the reason.
I suppose it's related to this commit: eca5d6a#diff-8359dbc428e517d00e65bd6a25b9295ca23b0596b241cd45aeb56c269c4181a8