Closed Bug 777524 Opened 13 years ago Closed 13 years ago

Add a=rtcp-mux SDP attribute support to SIPCC

Categories

(Core :: WebRTC: Signaling, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: emannion, Assigned: emannion)

Details

(Whiteboard: [qa-])

Attachments

(1 file, 3 obsolete files)

This patch adds rtcp-mux SDP attribute support to SIPCC SDP component. Along with the attribute getter and setter. A boolean is stored in each media struct. media->rtcp-mux
Attachment #645905 - Flags: feedback?(ethanhugg)
Attachment #645905 - Flags: feedback?(ekr)
Comment on attachment 645905 [details] [diff] [review] Add rtcp-mux SDP attribute support to SIPCC Review of attachment 645905 [details] [diff] [review]: ----------------------------------------------------------------- ::: media/webrtc/signaling/src/sipcc/core/gsm/gsm_sdp.c @@ +3702,5 @@ > char *session_pwd; > cc_action_data_t data; > int j=0; > + int rtcpmux = 0; > + tinybool *rtcp_mux = FALSE; Did you mean to make this a pointer? Seems it should be a bool.
Attachment #645905 - Flags: feedback?(ethanhugg) → feedback+
Updated after applying Ethan's comments.
Attachment #645905 - Attachment is obsolete: true
Attachment #645905 - Flags: feedback?(ekr)
Attachment #647195 - Attachment is obsolete: true
Attachment #647009 - Attachment is obsolete: true
QA Contact: jsmith
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: