Improve streaming API
This commit is contained in:
parent
9c0e990568
commit
6012e98ae6
17 changed files with 20 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ export default abstract class Channel {
|
|||
public id: string;
|
||||
public abstract readonly chName: string;
|
||||
public static readonly shouldShare: boolean;
|
||||
public static readonly requireCredential: boolean;
|
||||
|
||||
protected get user() {
|
||||
return this.connection.user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue