add new fieds for ICE and DTLS (#538)

This commit is contained in:
Sam Machin
2026-01-29 18:42:07 +00:00
committed by GitHub
parent 77dbe964aa
commit bc26651cdb
4 changed files with 72 additions and 2 deletions
+8
View File
@@ -66,6 +66,14 @@ SipGateway.fields = [
{
name: 'protocol',
type: 'string'
},
{
name: 'remove_ice',
type: 'number'
},
{
name: 'dtls_off',
type: 'number'
}
];