[mirotalksfu] - add screen query param
هذا الالتزام موجود في:
@@ -17,6 +17,7 @@ function getResponse() {
|
||||
name: 'mirotalksfu',
|
||||
audio: true,
|
||||
video: true,
|
||||
screen: true,
|
||||
notify: true,
|
||||
}),
|
||||
});
|
||||
|
||||
@@ -20,6 +20,7 @@ $data = array(
|
||||
"name" => "mirotalksfu",
|
||||
"audio" => true,
|
||||
"video" => true,
|
||||
"screen" => true,
|
||||
"notify" => true,
|
||||
);
|
||||
$data_string = json_encode($data);
|
||||
|
||||
@@ -14,6 +14,7 @@ data = {
|
||||
"name": "mirotalksfu",
|
||||
"audio": "true",
|
||||
"video": "true",
|
||||
"screen": "true",
|
||||
"notify": "true",
|
||||
}
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ MIROTALK_URL="https://sfu.mirotalk.org/api/v1/join"
|
||||
curl $MIROTALK_URL \
|
||||
--header "authorization: $API_KEY" \
|
||||
--header "Content-Type: application/json" \
|
||||
--data '{"room":"test","name":"mirotalksfu","audio":"1","video":"1","notify":"1"}' \
|
||||
--data '{"room":"test","name":"mirotalksfu","audio":"1","video":"1","screen":"1""notify":"1"}' \
|
||||
--request POST
|
||||
المرجع في مشكلة جديدة
حظر مستخدم