-
- Downloads
SDP - set media direction according to mute state
Currently, the media attribute in the SDP is always set to 'sendrecv' regardless of the mute state of the media. In this patch, media direction will be set according to mute state of the media. Note that this only applies if the mute/unmute requires media renegotiation (SIP re-invite with new SDP session). Currently, this only the case for video media. For audio, mute/unmute is done locally without SIP re-invite. References: RFC-3264 RFC-4317 (non-normative) Gitlab: #645 Change-Id: I604331255bd25dfe732e192039a673a0980105fa
Showing
- src/call.h 2 additions, 0 deletionssrc/call.h
- src/manager.cpp 1 addition, 4 deletionssrc/manager.cpp
- src/sip/sdp.cpp 11 additions, 16 deletionssrc/sip/sdp.cpp
- src/sip/sdp.h 1 addition, 1 deletionsrc/sip/sdp.h
- src/sip/sipcall.cpp 34 additions, 25 deletionssrc/sip/sipcall.cpp
- src/sip/sipvoiplink.cpp 12 additions, 14 deletionssrc/sip/sipvoiplink.cpp
- test/unitTest/media_negotiation/media_negotiation.cpp 279 additions, 144 deletionstest/unitTest/media_negotiation/media_negotiation.cpp
Loading
Please register or sign in to comment