-
- Downloads
swarm-call: fix start call in audio only
Use the negotiated medias to start conference in a correct state (e.g. if calling a swarm in audio-only we should only see one audio only participant). The previous code was incorrectly starting the conference and adding an extra partipant when attaching the call. Note: lot of code in conference is also currently re-factored for homogeneizing 1:1 and video conferences. So I prefered to avoid to change a lot of things there. A test is also added to check that video or audio is correctly attached in the participants information. Change-Id: I074cc4eb41b21418a6d751e3395db93e8a4da7f5 GitLab: #803
Showing
- src/conference.cpp 19 additions, 7 deletionssrc/conference.cpp
- src/conference.h 2 additions, 1 deletionsrc/conference.h
- src/jamidht/conversation_module.cpp 1 addition, 1 deletionsrc/jamidht/conversation_module.cpp
- src/manager.cpp 9 additions, 7 deletionssrc/manager.cpp
- src/sip/sipcall.h 4 additions, 0 deletionssrc/sip/sipcall.h
- test/unitTest/conversation/call.cpp 69 additions, 1 deletiontest/unitTest/conversation/call.cpp
Loading
Please register or sign in to comment