Commit 70b53f47 authored by liujiaxin's avatar liujiaxin

教师位置挪到第一位

parent 8cb42e29
......@@ -32,6 +32,7 @@
min-width: 100%;
}
}
/*
.camera:nth-child(1) {
order: 4;
}
......@@ -53,6 +54,7 @@
.camera:nth-child(7) {
order: 7;
}
*/
}
.waiting-list {
overflow: hidden;
......
......@@ -210,7 +210,7 @@ class AgoraRTCClient {
this.streamID = data.streamID;
this.subscribeLocalStreamEvents();
// debugger
if (roomStore.state.me.role == 'teacher') {
/*if (roomStore.state.me.role == 'teacher') {
const result = await this._localStream.setBeautyEffectOptions(true, {
lighteningContrastLevel: 2,
lighteningLevel: 0.9,
......@@ -220,7 +220,7 @@ class AgoraRTCClient {
this._localStream._enableBeauty = true;
// this._enableBeauty = true;
console.log('%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%', result)
}
}*/
if (data.audioOutput && data.audioOutput.deviceId) {
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