Commit 70b53f47 authored by liujiaxin's avatar liujiaxin

教师位置挪到第一位

parent 8cb42e29
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
min-width: 100%; min-width: 100%;
} }
} }
/*
.camera:nth-child(1) { .camera:nth-child(1) {
order: 4; order: 4;
} }
...@@ -53,6 +54,7 @@ ...@@ -53,6 +54,7 @@
.camera:nth-child(7) { .camera:nth-child(7) {
order: 7; order: 7;
} }
*/
} }
.waiting-list { .waiting-list {
overflow: hidden; overflow: hidden;
......
...@@ -210,7 +210,7 @@ class AgoraRTCClient { ...@@ -210,7 +210,7 @@ class AgoraRTCClient {
this.streamID = data.streamID; this.streamID = data.streamID;
this.subscribeLocalStreamEvents(); this.subscribeLocalStreamEvents();
// debugger // debugger
if (roomStore.state.me.role == 'teacher') { /*if (roomStore.state.me.role == 'teacher') {
const result = await this._localStream.setBeautyEffectOptions(true, { const result = await this._localStream.setBeautyEffectOptions(true, {
lighteningContrastLevel: 2, lighteningContrastLevel: 2,
lighteningLevel: 0.9, lighteningLevel: 0.9,
...@@ -220,7 +220,7 @@ class AgoraRTCClient { ...@@ -220,7 +220,7 @@ class AgoraRTCClient {
this._localStream._enableBeauty = true; this._localStream._enableBeauty = true;
// this._enableBeauty = true; // this._enableBeauty = true;
console.log('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', result) console.log('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', result)
} }*/
if (data.audioOutput && data.audioOutput.deviceId) { if (data.audioOutput && data.audioOutput.deviceId) {
this.setAudioOutput(data.audioOutput.deviceId).then(() => { this.setAudioOutput(data.audioOutput.deviceId).then(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment