feat: 屏蔽webrtc功能

This commit is contained in:
surenjun 2025-01-07 12:11:39 +08:00
parent 6d0a2589ba
commit 3481502c58

View File

@ -145,10 +145,9 @@ struct UserInfo {
this.updateTimeLimit = false
this.ksksLimit = false
this.currentUser = EmptyCandidateObject
const mediaTest = new FilePhoto(this.context);
this.filePhoto = new FilePhoto(this.context);
//语音功能on
new WebRTCVoice(this.context);
// new WebRTCVoice(this.context);
//初始化数据
this.initData()
//身份证读卡器初始化