SDP: Set the remote c= line in RTP instance.

Change-Id: I23b646392082deab65bedeb19b12dcbcb9216d0c
This commit is contained in:
Richard Mudgett
2017-05-11 18:46:52 -05:00
parent 0fdb99c268
commit a95584d079
2 changed files with 36 additions and 6 deletions

View File

@@ -146,6 +146,10 @@ const void *ast_sdp_state_get_local_sdp_impl(struct ast_sdp_state *sdp_state);
* \param sdp_state
* \param sdp
*
* \note It is assumed that the passed in SDP has been checked for sanity
* already. e.g., There are no syntax errors, a c= line is reachable for
* each m= line, etc...
*
* \retval 0 Success
* \retval non-0 Failure
*