zego-express-engine-webrtc
Version:
zego webrtc express sdk
13 lines (12 loc) • 341 B
TypeScript
import { ZegoRoomInfo } from './zego.entity';
export declare abstract class ZegoStreamCenter {
publisherList: {
[index: string]: any;
};
playerList: {
[index: string]: any;
};
static worker: any;
constructor();
abstract getRoomByStreamID(streamID: string): ZegoRoomInfo | undefined;
}