Adding a Key Field to the SDP Session Structure
int sdp_add_key(sdp_key_t **key, const char *method, const char *enckey);
The sdp_add_key
()
function adds the KEY
(k=
) SDP field to the session structure
(sdp_session_t
) or the media structure
(sdp_media_t
) using the method
and
enckey
parameters.
For more information, see the
sdp_add_key
(3COMMPUTIL) man page.