Skip to content

Commit

Permalink
Fix example JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Jul 18, 2023
1 parent ffac074 commit 4e41985
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions data/event-schemas/examples/m.call.answer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"sdp_stream_metadata": {
"271828182845": {
"purpose": "m.screenshare",
"purpose": "m.screenshare"
},
"314159265358": {
"purpose": "m.usermedia",
},
"purpose": "m.usermedia"
}
}
}
}
6 changes: 3 additions & 3 deletions data/event-schemas/examples/m.call.invite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"sdp_stream_metadata": {
"271828182845": {
"purpose": "m.screenshare",
"purpose": "m.screenshare"
},
"314159265358": {
"purpose": "m.usermedia",
},
"purpose": "m.usermedia"
}
}
}
}
6 changes: 3 additions & 3 deletions data/event-schemas/examples/m.call.negotiate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"sdp_stream_metadata": {
"271828182845": {
"purpose": "m.screenshare",
"purpose": "m.screenshare"
},
"314159265358": {
"purpose": "m.usermedia",
},
"purpose": "m.usermedia"
}
}
}
}

0 comments on commit 4e41985

Please sign in to comment.