|
@@ -19,7 +19,7 @@ class Easemob {
|
|
$clientIdOrAppID = $easemob_config['client_id'];
|
|
$clientIdOrAppID = $easemob_config['client_id'];
|
|
$clientSecretOrAppCertificate = $easemob_config['client_secret'];
|
|
$clientSecretOrAppCertificate = $easemob_config['client_secret'];
|
|
|
|
|
|
- $this->auth = new Auth($appKey,$clientIdOrAppID,$clientSecretOrAppCertificate,2592000,true);
|
|
|
|
|
|
+ $this->auth = new Auth($appKey,$clientIdOrAppID,$clientSecretOrAppCertificate,2592000,false);
|
|
$this->room = new Room($this->auth);
|
|
$this->room = new Room($this->auth);
|
|
$this->user = new User($this->auth);
|
|
$this->user = new User($this->auth);
|
|
}
|
|
}
|