mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
streamId
This commit is contained in:
@@ -166,7 +166,7 @@ App::post('/v1/projects')
|
||||
'audioBitrate' => $profile['audioBitrate'],
|
||||
'width' => $profile['width'],
|
||||
'height' => $profile['height'],
|
||||
'stream' => $profile['stream']
|
||||
'protocol' => $profile['protocol']
|
||||
]));
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user