Added stream URL to channel settings.
This commit is contained in:
parent
e4bebce431
commit
93265b7890
6 changed files with 92 additions and 14 deletions
|
|
@ -64,6 +64,10 @@ const channelSchema = new mongoose.Schema({
|
|||
required: true,
|
||||
default: true
|
||||
},
|
||||
streamURL: {
|
||||
type: mongoose.SchemaTypes.String,
|
||||
default: ''
|
||||
}
|
||||
},
|
||||
permissions: {
|
||||
type: channelPermissionSchema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue