音视频通话开发

This commit is contained in:
cbb
2026-02-04 17:53:49 +08:00
parent 3e2ec7fd09
commit a0e0cecbc1
6 changed files with 61 additions and 8 deletions

View File

@@ -65,9 +65,14 @@
/> -->
<!-- 红包 -->
<RedEnvelope @onDialogPopupShowOrHide="handleSwiperDotShow" />
<!-- 语音通话 -->
<CallView @onDialogPopupShowOrHide="handleSwiperDotShow" />
<!-- 视频通话 -->
<CallView
type="1"
@onDialogPopupShowOrHide="handleSwiperDotShow"
/>
<!-- 直播按钮 -->
<!-- #ifdef APP-PLUS -->
<LiveStream
v-if="
@@ -147,6 +152,7 @@
import CameraUpload from './camera-upload/index.vue'
import Evaluate from './evaluate/index.vue'
import RedEnvelope from './red-envelope/index.vue'
import CallView from './call-view/index.vue'
import LiveStream from './live-stream/index.vue'
import Words from './words/index.vue'
import ToolbarItemContainer from './toolbar-item-container/index.vue'