Add sending sdes to RtcpTransceiver.

Bug: webrtc:8239
Change-Id: Icff1528e177e0bb39dd82bd4f8533e1ed2736c40
Reviewed-on: https://webrtc-review.googlesource.com/15540
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20447}
This commit is contained in:
Danil Chapovalov
2017-10-26 12:09:41 +02:00
committed by Commit Bot
parent 4556f3c3f4
commit 78161ca59d
4 changed files with 28 additions and 10 deletions

View File

@ -33,7 +33,8 @@ struct RtcpTransceiverConfig {
// Ssrc to use as default sender ssrc, e.g. for transport-wide feedbacks.
uint32_t feedback_ssrc = 1;
// Cname of the local particiapnt.
// Canonical End-Point Identifier of the local particiapnt.
// Defined in rfc3550 section 6 note 2 and section 6.5.1.
std::string cname;
// Maximum packet size outgoing transport accepts.