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

sendMessageToPeer offline message #34

Closed
casti opened this issue Apr 15, 2020 · 1 comment
Closed

sendMessageToPeer offline message #34

casti opened this issue Apr 15, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@casti
Copy link

casti commented Apr 15, 2020

Hello,

Using sendMessageToPeer(peerid, msg, false) method to send message to an offline peer throws error code 3 which means "3: The user is offline and has not received the peer-to-peer message.".

I also tried making the last argument to true but same error thrown. Looking at the API there's an option:

'boolean io.agora.rtm.SendMessageOptions.enableOfflineMessaging = false'

By default the value is false. Is this already implemented and if so how can I enable it in Flutter SDK?

Thanks

@LichKing-2234
Copy link
Collaborator

added 0.9.14

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

No branches or pull requests

2 participants