AgoraIO-Community / Agora-RTC-React

A react wrapper for Agora RTC NG SDK
MIT License
92 stars 48 forks source link

createMicrophoneAndCameraTracks method bug #33

Closed PCQQQ closed 2 years ago

PCQQQ commented 2 years ago

in your examle, async function createClosure in createMicrophoneAndCameraTracks will be called twice, resulting in different results for tracks.

trackMediaType: 'audio', _ID: 'track-mic-150d1549'

trackMediaType: 'audio', _ID: 'track-mic-150d1549'
EkaanshArora commented 2 years ago

Can you explain a bit more?

EkaanshArora commented 2 years ago

Closing due to inactivity, please feel free to reopen.