move verbose_sdp to a flag and set it to true in webrtc calls

This commit is contained in:
Anthony Minessale
2013-02-19 15:45:06 -06:00
parent 4b3aa396fb
commit b93fc016b8
2 changed files with 9 additions and 12 deletions
+1
View File
@@ -1300,6 +1300,7 @@ typedef enum {
CF_WEBRTC_MOZ,
CF_ICE,
CF_DTLS,
CF_VERBOSE_SDP,
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
/* IF YOU ADD NEW ONES CHECK IF THEY SHOULD PERSIST OR ZERO THEM IN switch_core_session.c switch_core_session_request_xml() */
CF_FLAG_MAX