This commit is contained in:
parent
c2d9e2cbea
commit
8a159704da
|
|
@ -272,7 +272,7 @@ export const agora = {
|
||||||
},
|
},
|
||||||
// 取消或恢复发布本地视频流
|
// 取消或恢复发布本地视频流
|
||||||
muteLocalVideoStream: async (mute: any) => {
|
muteLocalVideoStream: async (mute: any) => {
|
||||||
// await rtcEngine.muteLocalVideoStream(mute)
|
await rtcEngine.muteLocalVideoStream(mute)
|
||||||
},
|
},
|
||||||
// 摄像头采集
|
// 摄像头采集
|
||||||
startCameraCapture: async () => {
|
startCameraCapture: async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue