Skip to content

Commit 88d74a0

Browse files
authored
chore: remove redundant fields (#3457)
1 parent b092e3d commit 88d74a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/janus_echotest.c

-2
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ static struct janus_json_parameter request_parameters[] = {
206206
{"svc", JANUS_JSON_BOOL, 0},
207207
{"spatial_layer", JSON_INTEGER, JANUS_JSON_PARAM_POSITIVE},
208208
{"temporal_layer", JSON_INTEGER, JANUS_JSON_PARAM_POSITIVE},
209-
{"record", JANUS_JSON_BOOL, 0},
210-
{"filename", JSON_STRING, 0},
211209
{"audiocodec", JSON_STRING, 0},
212210
{"videocodec", JSON_STRING, 0},
213211
{"videoprofile", JSON_STRING, 0},

0 commit comments

Comments
 (0)