Mikogo Setup and Configuration

This is how Mikogo links have to be setup to automatically join a specific session id, for example, 123-987-456.

  • Setup an automatic redirection page (eg. http://www.example.com/help):
    <?php
    //--- For random session ID ---
    //header('Location: http://join.mikogo.com/');
     
    //--- For specific session ID (i.e. 123-987-456) ---
    header('Location: http://join.mikogo.com/?sp=&sid=123987456');
    ?>
  • Set internal Mikogo clients to always use this session id and then change the link in the automatic redirection page (eg. http://www.example.com/help) to point to it directly and save customer/users one more step.

Example:

Mikogo: Setup Session ID in client