From e3a2aea1b1f7f2788c70b39ca8cb0642cbd1e7fa Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Thu, 15 Jun 2023 11:39:10 +0200 Subject: [PATCH] Fixed typo in parameter validation --- src/plugins/janus_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/janus_sip.c b/src/plugins/janus_sip.c index ef0a13d0e4..e8b7366538 100644 --- a/src/plugins/janus_sip.c +++ b/src/plugins/janus_sip.c @@ -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}