Improve streaming API
This commit is contained in:
parent
9c0e990568
commit
6012e98ae6
17 changed files with 20 additions and 0 deletions
|
@ -4,6 +4,7 @@ import Channel from '../channel';
|
|||
export default class extends Channel {
|
||||
public readonly chName = 'userList';
|
||||
public static shouldShare = false;
|
||||
public static requireCredential = false;
|
||||
|
||||
@autobind
|
||||
public async init(params: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue