Closed sirknightj closed 2 weeks ago
What was changed?
develop
setRemoteDescription
createAnswer
freePeerConnection
CHK_LOG_ERROR
ENTERS()
LEAVES()
Why was it changed?
How was it changed?
What testing was done for the changes?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Refactor to allocate remote session description on heap.
What was changed?
1915 was rebased to latest
develop
, see the original PR for details.setRemoteDescription
(receive offer) andcreateAnswer
setRemoteDescription
(received answer)freePeerConnection
.CHK_LOG_ERROR
andENTERS()
andLEAVES()
in missing places in PeerConnection.cWhy was it changed?
How was it changed?
What testing was done for the changes?
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.