Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
付智勇
/
koa2_Sequelize_project
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
付智勇
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0be84003be9f4ae2c985b899d4cf1b4a42a1bd9f
0be84003
1 parent
08b86014
no message
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
services/studentMeetingService.js
util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
services/studentMeetingService.js
查看文件 @
0be8400
...
...
@@ -103,7 +103,8 @@ studentMeetingService.prototype.updateStudentMeetingBySite = async(id,page=1,pag
3meet.end_time meetingEndTime,
3sm. STATUS studentMeetingStatus,
3u2.user_name checkUserName,
3sm.check_time check_time
3sm.check_time check_time,
3sm.id studentMeetingId
FROM
3m_student_meeting 3sm
LEFT JOIN 3m_user 3u ON 3u.id = 3sm.student_id
...
...
util/Agora_Recording_SDK_for_Linux_FULL/samples/shellUtil.js
查看文件 @
0be8400
...
...
@@ -9,7 +9,7 @@ shell.prototype.Recording =async(appId,uid,channel,channelKey)=>{
return
new
Promise
((
resolve
,
reject
)
=>
{
let
shell
=
`
cd
/
netWorkSchool
/
Agora_Recording_SDK_for_Linux_FULL
/
samples
/
&&
.
/
Recorder_local
`
+
`
--
appId
`
+
appId
+
`
--
uid
`
+
uid
+
//
` --uid ` +uid +
`
--
channel
`
+
channel
+
//` --channelKey ` + channelKey +
" --appliteDir \`pwd\`/../bin"
;
...
...
请
注册
或
登录
后发表评论