Improve streaming API

This commit is contained in:
syuilo 2018-11-11 02:22:34 +09:00
parent 9c0e990568
commit 6012e98ae6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
17 changed files with 20 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import Channel from '../../channel';
export default class extends Channel {
public readonly chName = 'gamesReversiGame';
public static shouldShare = false;
public static requireCredential = false;
private gameId: mongo.ObjectID;

View file

@ -7,6 +7,7 @@ import Channel from '../../channel';
export default class extends Channel {
public readonly chName = 'gamesReversi';
public static shouldShare = true;
public static requireCredential = true;
@autobind
public async init(params: any) {