UNPKG

271 BTypeScriptView Raw
1import { Entity } from '../core/entity';
2import { LiveRtmpSettings } from '../types/live.obs-settings';
3export declare class LiveEntity extends Entity {
4 static getUrlAndKey(info: {
5 upload_url: string;
6 broadcast_id: string;
7 }): LiveRtmpSettings;
8}