Skip to content
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

The event ConnectionStateChanged don't work when sameUidLogin #836

Open
Khoa69 opened this issue Oct 31, 2024 · 1 comment
Open

The event ConnectionStateChanged don't work when sameUidLogin #836

Khoa69 opened this issue Oct 31, 2024 · 1 comment

Comments

@Khoa69
Copy link

Khoa69 commented Oct 31, 2024

I detect when SameUidLogin and follow these documents:

Environment:

  • react-native-agora : 3.7.1
  • react-native : 0.64.4

Step to reproduce:

  • I join one channel by
    await _engine.current?.joinChannel(
    config.token,
    config.channelName,
    null,
    123454
    );
  • Rejoin in another device with same method
  • But don't see the reason return from ConnectionStateChanged event
@guoxianzhe
Copy link
Contributor

Does another device version is v3.x too? And I recommend you use v4.x rtc sdk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants