• Send an event to one specific connected client.

    Parameters

    • id: string

      The ID of the client to send the event to.

    • eventName: string

      The event to trigger.

    • variable: Variable

      Additional variable to send with the event.

    Returns void