Add back the unsigned.age property to voip event examples
This commit is contained in:
parent
06d43aef17
commit
295b1322e2
4 changed files with 12 additions and 0 deletions
|
@ -9,5 +9,8 @@
|
|||
"type" : "answer",
|
||||
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
||||
}
|
||||
},
|
||||
"unsigned": {
|
||||
"age": 1234,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,5 +11,8 @@
|
|||
"candidate": "candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"unsigned": {
|
||||
"age": 1234,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,5 +4,8 @@
|
|||
"content": {
|
||||
"version" : 0,
|
||||
"call_id": "12345"
|
||||
},
|
||||
"unsigned": {
|
||||
"age": 1234,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,5 +9,8 @@
|
|||
"type" : "offer",
|
||||
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
||||
}
|
||||
},
|
||||
"unsigned": {
|
||||
"age": 1234,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue