public class SeminarChannelServiceImpl extends SeminarBaseService implements SeminarChannelService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
SeminarChannelServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
batchDeleteChannel(SeminarBatchDeleteChannelRequest seminarBatchDeleteChannelRequest)
批量删除频道
API地址:https://help.polyv.net/#/seminar/api/info/batch_delete_channels
|
SeminarCreateChannelResponse |
createChannel(SeminarCreateChannelRequest seminarCreateChannelRequest)
创建研讨会频道(旧版后台)
API地址:https://help.polyv.net/#/seminar/api/info/basic_create
|
SeminarCreateChannelV2Response |
createChannelV2(SeminarCreateChannelV2Request seminarCreateChannelV2Request)
创建研讨会频道(新版后台)
API地址:https://help.polyv.net/#/seminar/api/info/create
|
Boolean |
deleteChannel(SeminarDeleteChannelRequest seminarDeleteChannelRequest)
删除单个频道
API地址:https://help.polyv.net/#/seminar/api/info/delete_channel
|
SeminarGetCdnViewLogResponse |
getCdnViewLog(SeminarGetCdnViewLogRequest seminarGetCdnViewLogRequest)
获取直播间观众统计数据
API地址:https://help.polyv.net/#/seminar/api/info/get_cdn_view_log
|
SeminarGetLiveTypeResponse |
getLiveType(SeminarGetLiveTypeRequest seminarGetLiveTypeRequest)
查询研讨会会议类型
API地址:https://help.polyv.net/#/seminar/api/live_type/get_live_type
|
SeminarGetRecordSettingResponse |
getRecordSetting(SeminarGetRecordSettingRequest seminarGetRecordSettingRequest)
获取研讨会频道录制设置
API地址:https://help.polyv.net/#/seminar/api/info/get_record_setting
|
SeminarGetViewLogResponse |
getViewLog(SeminarGetViewLogRequest seminarGetViewLogRequest)
获取研讨会直播间参会者统计数据
API地址:https://help.polyv.net/#/seminar/api/info/get_seminar_view_log
|
Boolean |
setRecordSetting(SeminarSetRecordSettingRequest seminarSetRecordSettingRequest)
修改研讨会频道录制设置
API地址:https://help.polyv.net/#/seminar/api/info/set_record_setting
|
Boolean |
updateLiveType(SeminarUpdateLiveTypeRequest seminarUpdateLiveTypeRequest)
修改研讨会会议类型
API地址:https://help.polyv.net/#/seminar/api/live_type/update_live_type
|
getReturnBinary, getReturnList, getReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, uploadMultipartFile, uploadOneFilepublic SeminarCreateChannelResponse createChannel(SeminarCreateChannelRequest seminarCreateChannelRequest) throws IOException, NoSuchAlgorithmException
createChannel 在接口中 SeminarChannelServiceseminarCreateChannelRequest - 创建研讨会频道(旧版后台)请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarCreateChannelV2Response createChannelV2(SeminarCreateChannelV2Request seminarCreateChannelV2Request) throws IOException, NoSuchAlgorithmException
createChannelV2 在接口中 SeminarChannelServiceseminarCreateChannelV2Request - 创建研讨会频道(新版后台)请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarGetRecordSettingResponse getRecordSetting(SeminarGetRecordSettingRequest seminarGetRecordSettingRequest) throws IOException, NoSuchAlgorithmException
getRecordSetting 在接口中 SeminarChannelServiceseminarGetRecordSettingRequest - 获取研讨会频道录制设置请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean setRecordSetting(SeminarSetRecordSettingRequest seminarSetRecordSettingRequest) throws IOException, NoSuchAlgorithmException
setRecordSetting 在接口中 SeminarChannelServiceseminarSetRecordSettingRequest - 修改研讨会频道录制设置请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarGetViewLogResponse getViewLog(SeminarGetViewLogRequest seminarGetViewLogRequest) throws IOException, NoSuchAlgorithmException
getViewLog 在接口中 SeminarChannelServiceseminarGetViewLogRequest - 获取研讨会直播间参会者统计数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarGetCdnViewLogResponse getCdnViewLog(SeminarGetCdnViewLogRequest seminarGetCdnViewLogRequest) throws IOException, NoSuchAlgorithmException
getCdnViewLog 在接口中 SeminarChannelServiceseminarGetCdnViewLogRequest - 获取直播间观众统计数据请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteChannel(SeminarDeleteChannelRequest seminarDeleteChannelRequest) throws IOException, NoSuchAlgorithmException
deleteChannel 在接口中 SeminarChannelServiceseminarDeleteChannelRequest - 删除单个频道请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean batchDeleteChannel(SeminarBatchDeleteChannelRequest seminarBatchDeleteChannelRequest) throws IOException, NoSuchAlgorithmException
batchDeleteChannel 在接口中 SeminarChannelServiceseminarBatchDeleteChannelRequest - 批量删除频道请求实体IOException - 异常NoSuchAlgorithmException - 异常public SeminarGetLiveTypeResponse getLiveType(SeminarGetLiveTypeRequest seminarGetLiveTypeRequest) throws IOException, NoSuchAlgorithmException
getLiveType 在接口中 SeminarChannelServiceseminarGetLiveTypeRequest - 查询研讨会会议类型请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateLiveType(SeminarUpdateLiveTypeRequest seminarUpdateLiveTypeRequest) throws IOException, NoSuchAlgorithmException
updateLiveType 在接口中 SeminarChannelServiceseminarUpdateLiveTypeRequest - 修改研讨会会议类型请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2025. All rights reserved.