This commit is contained in:
shimon
2022-09-05 17:29:03 +03:00
parent 115b032f3a
commit ca0017ca40
18 changed files with 97 additions and 6422 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ App::post('/v1/projects')
'audioBitrate' => $profile['audioBitrate'],
'width' => $profile['width'],
'height' => $profile['height'],
'stream' => $profile['stream']
'protocol' => $profile['protocol']
]));
});
}