zhizhi/node_modules/dingtalk-jsapi/api/biz/live/startUnifiedLive.d.ts

23 lines
654 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 发起公开直播 请求参数定义
* @apiName biz.live.startUnifiedLive
*/
export interface IBizLiveStartUnifiedLiveParams {
/** 包含直播类型以及直播的uuid */
startParam: any;
}
/**
* 发起公开直播 返回结果定义
* @apiName biz.live.startUnifiedLive
*/
export interface IBizLiveStartUnifiedLiveResult {
}
/**
* 发起公开直播
* @apiName biz.live.startUnifiedLive
* @supportVersion ios: 5.1.18 android: 5.1.18
* @author windows/mac:霁明
*/
export declare function startUnifiedLive$(params: IBizLiveStartUnifiedLiveParams): Promise<IBizLiveStartUnifiedLiveResult>;
export default startUnifiedLive$;