matrixbirds преди 5 години
родител
ревизия
985acee434
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0
    6
      samples/simpleDemo/components/agora.js

+ 0
- 6
samples/simpleDemo/components/agora.js Целия файл

@@ -162,12 +162,6 @@ export default class AgoraComponent extends Component<Props> {
162 162
         this.setState({
163 163
           joinSucceed: true
164 164
         })
165
-        const {peerIds} = this.state;
166
-        if (peerIds.indexOf(data.uid) === -1) {
167
-          this.setState({
168
-            peerIds: [...peerIds, data.uid]
169
-          })
170
-        }
171 165
       },
172 166
       onAudioVolumeIndication: (data) => {
173 167
         console.log('[RtcEngine] onAudioVolumeIndication', data);