Constructor
# new streamData(creator, name, status, privateStream, joinOnly, tags, date, description, streamGroups, registeredViewers, numOfViewers)
describes a siinc stream
Parameters:
Name | Type | Description |
---|---|---|
creator |
streamerData | |
name |
String | |
status |
String | |
privateStream |
Boolean | |
joinOnly |
Boolean | |
tags |
Array.<String> | |
date |
Date | |
description |
String | |
streamGroups |
Array.<streamGroup> | |
registeredViewers |
Array.<type:mongoose.Schema.Types.ObjectId> | |
numOfViewers |
Number |