1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
This commit is contained in:
Daniel 2022-03-15 08:25:33 -03:00
parent 13f4b07977
commit dd456b550f

View file

@ -1433,7 +1433,7 @@ class API extends PluginAbstract {
* ['userGroups' user groups array]
* ['RoomPasswordNew' the meet password]
* ['encodedPass' tell the script id the password submited is raw or encrypted]
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?APIName={APIName}&user=admin&pass=f321d14cdeeb7cded7489f504fa8862b&encodedPass=true
* @example {webSiteRootURL}plugin/API/{getOrSet}.json.php?APIName={APIName}&user=admin&pass=f321d14cdeeb7cded7489f504fa8862b&encodedPass=true&RoomTopic=APITestMeet
* @return type
*/
public function set_api_meet($parameters) {
@ -1464,6 +1464,7 @@ class ApiObject {
$this->error = $error;
$this->message = $message;
$this->response = $response;
$this->users_id = User::getId();
}
}