正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -120,7 +120,7 @@ constructor( | @@ -120,7 +120,7 @@ constructor( | ||
| 120 | } | 120 | } |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | - if (localParticipant != null && seenSids.contains(localParticipant.sid)) { | 123 | + if (localParticipant != null && !seenSids.contains(localParticipant.sid)) { |
| 124 | localParticipant.audioLevel = 0.0f | 124 | localParticipant.audioLevel = 0.0f |
| 125 | } | 125 | } |
| 126 | remoteParticipants.values | 126 | remoteParticipants.values |
-
请 注册 或 登录 后发表评论