mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-28 05:04:13 +00:00
forgot
This commit is contained in:
parent
1c120dd2c8
commit
36d1388a99
@ -4631,6 +4631,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)) {
|
if (switch_channel_test_flag(smh->session->channel, CF_ICE)) {
|
||||||
gen_ice(session, SWITCH_MEDIA_TYPE_AUDIO, ip, port);
|
gen_ice(session, SWITCH_MEDIA_TYPE_AUDIO, ip, port);
|
||||||
|
switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\n", smh->msid);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (a_engine->codec_params.rm_encoding) {
|
if (a_engine->codec_params.rm_encoding) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user