mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 18:30:01 +00:00
chrome now requires longer ice password
This commit is contained in:
parent
db4d062318
commit
8f5c321714
@ -4638,7 +4638,8 @@ static void gen_ice(switch_core_session_t *session, switch_media_type_t type, co
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!engine->ice_out.pwd) {
|
if (!engine->ice_out.pwd) {
|
||||||
switch_stun_random_string(tmp, 16, NULL);
|
switch_stun_random_string(tmp, 24, NULL);
|
||||||
|
tmp[24] = '\0';
|
||||||
engine->ice_out.pwd = switch_core_session_strdup(session, tmp);
|
engine->ice_out.pwd = switch_core_session_strdup(session, tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user