Skip to content

Commit

Permalink
webrtc: rename JSON-RPC streamID, componentID to streamId, componentId
Browse files Browse the repository at this point in the history
Follow the same naming used in other similar properties, where "Id" is
used rather than "ID".

This was making direct JSON-RPC implementations very confusing because
some properties were using the "Id" style, while just these two were
using "ID".
  • Loading branch information
j1elo committed Jul 8, 2021
1 parent c017eb2 commit fe060fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/interface/elements.WebRtcEndpoint.kmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,13 @@ This could also happen in the middle of a session, though not likely.
"doc": "The ICE candidate pair used by the ice library, for a certain stream.",
"properties": [
{
"name": "streamID",
"doc": "Stream ID of the ice connection",
"name": "streamId",
"type": "String"
},
{
"name": "componentID",
"doc": "Component ID of the ice connection",
"name": "componentId",
"type": "int"
},
{
Expand Down

0 comments on commit fe060fc

Please sign in to comment.