[mirotalksfu] - fix typo - update dep.
هذا الالتزام موجود في:
@@ -3,7 +3,7 @@
|
|||||||
const fetch = require('node-fetch');
|
const fetch = require('node-fetch');
|
||||||
|
|
||||||
const API_KEY = 'mirotalksfu_default_secret';
|
const API_KEY = 'mirotalksfu_default_secret';
|
||||||
const MIROTALK_URL = 'http://localhost:3010/api/v1/join';
|
const MIROTALK_URL = 'https://sfu.mirotalk.org/api/v1/join';
|
||||||
|
|
||||||
function getResponse() {
|
function getResponse() {
|
||||||
return fetch(MIROTALK_URL, {
|
return fetch(MIROTALK_URL, {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$API_KEY = "mirotalksfu_default_secret";
|
$API_KEY = "mirotalksfu_default_secret";
|
||||||
$MIROTALK_URL = "http://localhost:3010/api/v1/join";
|
$MIROTALK_URL = "https://sfu.mirotalk.org/api/v1/join";
|
||||||
|
|
||||||
$ch = curl_init();
|
$ch = curl_init();
|
||||||
curl_setopt($ch, CURLOPT_URL, $MIROTALK_URL);
|
curl_setopt($ch, CURLOPT_URL, $MIROTALK_URL);
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import requests
|
|||||||
import json
|
import json
|
||||||
|
|
||||||
API_KEY = "mirotalksfu_default_secret"
|
API_KEY = "mirotalksfu_default_secret"
|
||||||
MIROTALK_URL = "http://localhost:3010/api/v1/join"
|
MIROTALK_URL = "https://sfu.mirotalk.org/api/v1/join"
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"authorization": API_KEY,
|
"authorization": API_KEY,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
API_KEY="mirotalksfu_default_secret"
|
API_KEY="mirotalksfu_default_secret"
|
||||||
MIROTALK_URL="http://localhost:3010/api/v1/join"
|
MIROTALK_URL="https://sfu.mirotalk.org/api/v1/join"
|
||||||
|
|
||||||
curl $MIROTALK_URL \
|
curl $MIROTALK_URL \
|
||||||
--header "authorization: $API_KEY" \
|
--header "authorization: $API_KEY" \
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم