You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
552 B
16 lines
552 B
|
2 years ago
|
window.kdDispatchConferenceConfig = {
|
||
|
|
host: 'https://20.120.23.22/dispatch-micoservice',
|
||
|
|
kmediaTools: true,
|
||
|
|
volumeAdjust: true,
|
||
|
|
meetingButton: ['mute', 'broadcast', 'recall', 'silence_self']
|
||
|
|
};
|
||
|
|
|
||
|
|
window.KchatMeeting = {
|
||
|
|
key: '4b540c9a-bae6-4058-a4bc-c43e025d7888',
|
||
|
|
local_chatids: '600',
|
||
|
|
gbidsid: '13060001031231000002',
|
||
|
|
apiUrl: 'http://192.168.8.64:8093/record/dispatchList/search', //轻服务录像查询接口地址,如KIOP接口需加上apikey
|
||
|
|
mediaUrl: 'wss://192.168.7.174', //流媒体地址
|
||
|
|
PCID: 'SXT01', // PC端账号
|
||
|
|
}
|