UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

26 lines (25 loc) 528 B
export interface OpenLiveRoomOptions { id: number; vehicleQuantity: number; title: string; subTitle: string; pushUrl: string; pullUrl: string; roomId: string; userId: string; userName: string; accelerateUrl: string; city: string; startTime: string; name: string; anchorPermisson: string; status: number; org: { id: string; name: string; }; } /** * 打开直播室 */ export declare const openLiveRoom: (options: OpenLiveRoomOptions) => void;