• Mutes or unmutes a participant.

    Parameters

    • args: {
          error?: Function;
          mute: boolean;
          success?: Function;
          userId: number;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • mute: boolean

        True to mute or false to unmute.

      • Optional success?: Function

        Callback function on success.

      • userId: number

        The participant's user ID.

    Returns void

    Rate Limit

    1s