# Stream
This class has 12 functions!

[To use this make sure you read the Usage md.](https://stoplight.io/p/docs/gh/teenari/fortnitenode/docs/Usage.md?srn=gh/teenari/fortnitenode/docs/Usage.md&group=master)

## Properties
*Due to some bugs using my auto docs, I have to tell you to `console.log` this class or look at the file, thank you for your understanding.*

## Methods

## fileExist(filePath)
No information about this function, contact me to update function `fileExist`.

### Arguments
- filePath

## useEventHandler(folder)
Use a event handler.

### Comments
> param {String} folder Folder.

### Arguments
- folder - Folder.

## manualEventHandler()
Manual event handler, will ask you what to do with a event in console.

## stream()
Start it.

## disconnect()
Disconnect.

## events()
Handle the events.

## setPresence(Presence)
No information about this function, contact me to update function `setPresence`.

### Arguments
- Presence

## makeMUC(room)
No information about this function, contact me to update function `makeMUC`.

### Arguments
- room

## findInvite(pingerId)
No information about this function, contact me to update function `findInvite`.

### Arguments
- pingerId

## findJoinInfoData(presence)
No information about this function, contact me to update function `findJoinInfoData`.

### Arguments
- presence

## waitforEvent(event)
No information about this function, contact me to update function `waitforEvent`.

### Arguments
- event

## send(user, data)
Send a messages.

### Comments
> param {String} user A friend to send a message to. 

> param {} data A message.

### Arguments
- user - A friend to send a message to. 
- data - A message.