Skip to content

Commit

Permalink
Fixed typo in parameter validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jun 15, 2023
1 parent 4a93175 commit e3a2aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/janus_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ static struct janus_json_parameter decline_parameters[] = {
};
static struct janus_json_parameter transfer_parameters[] = {
{"uri", JSON_STRING, JANUS_JSON_PARAM_REQUIRED},
{"call_id", JANUS_JSON_STRING, 0}
{"replace", JANUS_JSON_STRING, 0}
};
static struct janus_json_parameter hold_parameters[] = {
{"direction", JSON_STRING, 0}
Expand Down

0 comments on commit e3a2aea

Please sign in to comment.