mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-11 08:33:42 +01:00
Add examples
This commit is contained in:
parent
fcd18bb330
commit
3cfade3cdc
|
|
@ -8,6 +8,14 @@
|
||||||
"answer": {
|
"answer": {
|
||||||
"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[...]"
|
||||||
}
|
},
|
||||||
|
"sdp_stream_metadata": {
|
||||||
|
"271828182845": {
|
||||||
|
"purpose": "m.screenshare",
|
||||||
|
},
|
||||||
|
"314159265358": {
|
||||||
|
"purpose": "m.usermedia",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,14 @@
|
||||||
"offer": {
|
"offer": {
|
||||||
"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[...]"
|
||||||
}
|
},
|
||||||
|
"sdp_stream_metadata": {
|
||||||
|
"271828182845": {
|
||||||
|
"purpose": "m.screenshare",
|
||||||
|
},
|
||||||
|
"314159265358": {
|
||||||
|
"purpose": "m.usermedia",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,14 @@
|
||||||
"offer": {
|
"offer": {
|
||||||
"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[...]"
|
||||||
}
|
},
|
||||||
|
"sdp_stream_metadata": {
|
||||||
|
"271828182845": {
|
||||||
|
"purpose": "m.screenshare",
|
||||||
|
},
|
||||||
|
"314159265358": {
|
||||||
|
"purpose": "m.usermedia",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue