/** * 小程序配置文件 */ var config = { //客户业务后台请求域名 serverUrl: 'https://room.qcloud.com', //腾讯云RoomService后台请求域名 roomServiceUrl: 'https://room.qcloud.com', webrtcServerUrl: 'https://xnwj.gznsjc.gov.cn/webrtc/weapp/webrtc_room' } module.exports = config;