Fix the XML generated for the adaptive-simulcast property.

sip-call-params 5498
Boris Grozev 11 years ago
parent 2d83b56d5e
commit e2e661ecc1

@ -1077,8 +1077,8 @@ protected void printAttributes(StringBuilder xml)
if (adaptiveSimulcast != null)
{
xml.append(' ').append(adaptiveSimulcast).append("='")
.append(adaptiveSimulcast).append('\'');
xml.append(' ').append(ADAPTIVE_SIMULCAST_ATTR_NAME)
.append("='").append(adaptiveSimulcast).append('\'');
}
// simulcastMode

Loading…
Cancel
Save