wip
This commit is contained in:
parent
e770cd6f55
commit
f37fb38640
25 changed files with 189 additions and 86 deletions
|
|
@ -6,8 +6,10 @@ import Stream from './stream';
|
|||
* Channel stream connection
|
||||
*/
|
||||
class Connection extends Stream {
|
||||
constructor() {
|
||||
super('channel');
|
||||
constructor(channelId) {
|
||||
super('channel', {
|
||||
channel: channelId
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue