-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalVideoTrack and LocalAudio track not publishing #209
Comments
@Snehasish7080 pls give me some error logs when you are encounter issues in next js chrome browser |
@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 the same session there no message regarding publish. And these are the current scenario logs. 10:59:07:714 Agora-SDK [INFO]: [client-7f128] Joining channel success: channel: 669dfd4209f23fa94c0413926708b739321849e54ebad740,uid: 3641061825 |
@Snehasish7080 Yes, I didn't see any publish action being triggered in the logs after you joined the channel. How does your code handle rejoining the channel? Are you triggering publish again? |
@guoxianzhe I am using
hook for this currently. In this I am closing the tab on leaving the channel and when user rejoin the channel on page load it should be triggered automatically. |
you can only publish 1 video track in one RTCProvider, you sholud publish localCameraTrack in AgoraRTCProvider and publish screenVideoTrack in AgoraRTCScreenShareProvider |
@guoxianzhe there is only one RTCProvider and I am publishing one video track as on page load it will re initiate everything.
|
What kind of problem do you need help?
LocalVideoTrack and LocalAudio track not publishing if user leave the channel and rejoin the same channel in next js chrome browser but it's working fine if I am using in private window of browser
The text was updated successfully, but these errors were encountered: