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

Channel Operation flag enableNotificationToChannelMembers is not working correctly on ios #64

Closed
michaelchiowong opened this issue Mar 17, 2021 · 3 comments · Fixed by #66
Assignees

Comments

@michaelchiowong
Copy link

Hi, Agora team,

The current version of agora flutter RTM channel operations on below functions is not working on IOS, but is working on Android.
No matter the value of enableNotificationToChannelMembers is true or false, on IOS, it is always notifying all memebers in the channel.

Future addOrUpdateChannelAttributes(
String channelId,
List attributes,
bool enableNotificationToChannelMembers)

Future deleteChannelAttributesByKeys(String channelId,
List keys, bool enableNotificationToChannelMembers)


michael-mac:$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H114, locale en-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.4)
[✓] Android Studio (version 4.1)
[✓] IntelliJ IDEA Community Edition (version 2020.1.2)
[✓] VS Code (version 1.54.1)
[✓] Connected device (3 available)

• No issues found!

@michaelchiowong
Copy link
Author

any team members reply?

Thanks.

@LichKing-2234
Copy link
Collaborator

sorry for the later reply, could you pls provide the SDK log?

@RoJoHub
Copy link
Contributor

RoJoHub commented Mar 19, 2021

any team members reply?

Thanks.

Hi friends. There is indeed this problem. Please wait for the next release, we will fix this problem.

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