Snehasish7080

Results 3 comments of Snehasish7080

@guoxianzhe it is not showing any kind of error but when joining in first time the publis successful message can be shown in console but when we try to rejoin...

@guoxianzhe I am using ``` usePublish([ localMicrophoneTrack, localCameraTrack, screenVideoTrack, screenAudioTrack, ]); ``` hook for this currently. In this I am closing the tab on leaving the channel and when user...

@guoxianzhe there is only one RTCProvider and I am publishing one video track as on page load it will re initiate everything. Currently I am doing like this. `const AgoraComponent...