FS-8992 #resolve [Indicate end of candidates in SDP]

This commit is contained in:
Anthony Minessale 2016-03-29 17:44:40 -05:00
parent 6bd826c9c6
commit 039ff4a599
1 changed files with 1 additions and 1 deletions

View File

@ -7813,7 +7813,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
if (switch_channel_test_flag(smh->session->channel, CF_ICE)) {
gen_ice(session, SWITCH_MEDIA_TYPE_AUDIO, ip, port);
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\r\n", smh->msid);
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\r\na=end-of-candidates\r\n", smh->msid);
}
if (a_engine->codec_negotiated) {