Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
84060aeb
Commit
84060aeb
authored
May 24, 2022
by
南千昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
3d587fe7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/src/main/java/com/wecloud/im/param/rtc/RtcRecordParam.java
+1
-1
im-sdk/src/main/java/com/wecloud/im/sdk/internal/WecloudImRtcRecordOperation.java
+1
-1
im-sdk/src/main/java/com/wecloud/im/sdk/model/RtcRecordRequest.java
+1
-1
No files found.
core/src/main/java/com/wecloud/im/param/rtc/RtcRecordParam.java
View file @
84060aeb
...
@@ -27,7 +27,7 @@ public class RtcRecordParam implements Serializable {
...
@@ -27,7 +27,7 @@ public class RtcRecordParam implements Serializable {
/**
/**
* 房间id
* 房间id
*/
*/
private
Lo
ng
channelId
;
private
Stri
ng
channelId
;
/**
/**
* 音视频类型
* 音视频类型
...
...
im-sdk/src/main/java/com/wecloud/im/sdk/internal/WecloudImRtcRecordOperation.java
View file @
84060aeb
...
@@ -41,7 +41,7 @@ public class WecloudImRtcRecordOperation extends WecloudImOperation {
...
@@ -41,7 +41,7 @@ public class WecloudImRtcRecordOperation extends WecloudImOperation {
}
}
if
(
rtcRecordRequest
.
getChannelId
()
!=
null
){
if
(
rtcRecordRequest
.
getChannelId
()
!=
null
){
param
.
put
(
"channelId"
,
rtcRecordRequest
.
getChannelId
()
+
""
);
param
.
put
(
"channelId"
,
rtcRecordRequest
.
getChannelId
());
}
}
if
(
rtcRecordRequest
.
getCallType
()!=
null
){
if
(
rtcRecordRequest
.
getCallType
()!=
null
){
param
.
put
(
"callType"
,
rtcRecordRequest
.
getCallType
()+
""
);
param
.
put
(
"callType"
,
rtcRecordRequest
.
getCallType
()+
""
);
...
...
im-sdk/src/main/java/com/wecloud/im/sdk/model/RtcRecordRequest.java
View file @
84060aeb
...
@@ -24,7 +24,7 @@ public class RtcRecordRequest extends WebServiceRequest{
...
@@ -24,7 +24,7 @@ public class RtcRecordRequest extends WebServiceRequest{
/**
/**
* 房间id
* 房间id
*/
*/
private
Lo
ng
channelId
;
private
Stri
ng
channelId
;
/**
/**
* 通话记录类型 1视频 2音频
* 通话记录类型 1视频 2音频
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment