• Gets the current list of participants. Index 0 is the current user.

    Parameters

    • args: {
          error?: Function;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns void