[*] 提高稳定性
1. 解决web终端踢人黑屏问题 2. 处理安卓终端会议房间资源释放问题 3. 优化安卓远程终端进入逻辑
This commit is contained in:
@@ -1261,7 +1261,7 @@ class Taoyao extends RemoteClient {
|
||||
remoteClient.audioConsumer = consumer;
|
||||
} else if (track.kind === "video") {
|
||||
remoteClient.videoTrack = track;
|
||||
remoteClient.videoconsumer = consumer;
|
||||
remoteClient.videoConsumer = consumer;
|
||||
} else {
|
||||
console.warn("不支持的媒体:", track);
|
||||
}
|
||||
@@ -1370,7 +1370,7 @@ class Taoyao extends RemoteClient {
|
||||
*/
|
||||
defaultRoomClientList(message) {
|
||||
const me = this;
|
||||
message.body.forEach((v) => {
|
||||
message.body.clients.forEach((v) => {
|
||||
if (v.clientId === me.clientId) {
|
||||
// 忽略自己
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user