zhizhi/node_modules/dingtalk-jsapi/api/biz/edu/joinClassroom.d.ts

23 lines
741 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.edu.joinClassroom
*/
export interface IBizEduJoinClassroomParams {
/** 加入课堂的参数,该值需要调用开放接口获取; */
classroomId: string;
}
/**
* 加入在线课堂专业版 返回结果定义
* @apiName biz.edu.joinClassroom
*/
export interface IBizEduJoinClassroomResult {
}
/**
* 加入在线课堂专业版
* @apiName biz.edu.joinClassroom
* @supportVersion ios: 6.0.15 android: 6.0.15 pc: 6.0.15
* @author Android序望 iOS橙希 Windows砺之 教育线:林谦、楠者
*/
export declare function joinClassroom$(params: IBizEduJoinClassroomParams): Promise<IBizEduJoinClassroomResult>;
export default joinClassroom$;