Title: devfazil's Replies | WordPress.org

---

# devfazil

  [  ](https://wordpress.org/support/users/devfazil/)

 *   [Profile](https://wordpress.org/support/users/devfazil/)
 *   [Topics Started](https://wordpress.org/support/users/devfazil/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devfazil/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devfazil/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devfazil/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devfazil/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devfazil/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Agora Video for WordPress] Must be Something Wrong](https://wordpress.org/support/topic/must-be-something-wrong/)
 *  [devfazil](https://wordpress.org/support/users/devfazil/)
 * (@devfazil)
 * [6 years ago](https://wordpress.org/support/topic/must-be-something-wrong/page/2/#post-12906859)
 * I’ve found that the issue with this plugin is when we save settings, Plugin overwrite
   other values and make them blank. So I did a quick test, I’ve applied the below
   code to the functions.php
 *     ```
       update_option( 'wp-agora-io', [
            'appId' => 'YOUR-APP-ID',
            'appCertificate' => 'YOUR-APP-CERT',
            'customerID' => 'CUST-ID',
            'customerCertificate' => 'CUST-CERT-ID'
       ]);
       ```
   
 * PS – Plugin version: 1.5.0
    -  This reply was modified 6 years ago by [devfazil](https://wordpress.org/support/users/devfazil/).
      Reason: Added - Tested on plugin version info
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Agora Video for WordPress] Must be Something Wrong](https://wordpress.org/support/topic/must-be-something-wrong/)
 *  [devfazil](https://wordpress.org/support/users/devfazil/)
 * (@devfazil)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/must-be-something-wrong/#post-12689330)
 * I’m facing the same issue on my website that is running on SSL, URL: [https://dev.inetechnologies.com/ssnet/index.php/call/ ](https://dev.inetechnologies.com/ssnet/index.php/call/)
 * If you visit you’ll see some console error too.
    `AgoraRTCSDK-3.0.2.121.js:2 
   14:49:55:110 Agora-SDK [ERROR]: [F02B1] Get server node failed [DYNAMIC_USE_STATIC_KEY]
   https://webrtc2-ap-web-1.agora.io/api/v1 DYNAMIC_USE_STATIC_KEY`

Viewing 2 replies - 1 through 2 (of 2 total)