Skip to content

Commit

Permalink
Move sdp_stream_metadata schema to new components folder
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Mar 13, 2024
1 parent 02706b5 commit b0cfa29
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/event-schemas/schema/m.call.answer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"required": ["type", "sdp"]
},
"sdp_stream_metadata": {
"$ref": "core-event-schema/sdp_stream_metadata.yaml"
"$ref": "components/sdp_stream_metadata.yaml"
}
},
"required": ["answer"]
Expand Down
2 changes: 1 addition & 1 deletion data/event-schemas/schema/m.call.invite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"x-addedInMatrixVersion": "1.7"
},
"sdp_stream_metadata": {
"$ref": "core-event-schema/sdp_stream_metadata.yaml"
"$ref": "components/sdp_stream_metadata.yaml"
}
},
"required": ["offer", "lifetime"]
Expand Down
2 changes: 1 addition & 1 deletion data/event-schemas/schema/m.call.negotiate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ properties:
description: The time in milliseconds that the negotiation is valid for.
Once the negotiation age exceeds this value, clients should discard it.
sdp_stream_metadata:
$ref: core-event-schema/sdp_stream_metadata.yaml
$ref: components/sdp_stream_metadata.yaml
required:
- description
- lifetime
Expand Down

0 comments on commit b0cfa29

Please sign in to comment.