Add back the unsigned.age property to voip event examples

This commit is contained in:
Travis Ralston 2018-08-25 22:26:23 -06:00
parent 06d43aef17
commit 295b1322e2
4 changed files with 12 additions and 0 deletions

View file

@ -9,5 +9,8 @@
"type" : "answer", "type" : "answer",
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]" "sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
} }
},
"unsigned": {
"age": 1234,
} }
} }

View file

@ -11,5 +11,8 @@
"candidate": "candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0" "candidate": "candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0"
} }
] ]
},
"unsigned": {
"age": 1234,
} }
} }

View file

@ -4,5 +4,8 @@
"content": { "content": {
"version" : 0, "version" : 0,
"call_id": "12345" "call_id": "12345"
},
"unsigned": {
"age": 1234,
} }
} }

View file

@ -9,5 +9,8 @@
"type" : "offer", "type" : "offer",
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]" "sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
} }
},
"unsigned": {
"age": 1234,
} }
} }