-
Notifications
You must be signed in to change notification settings - Fork 36
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 not working #47
Comments
Is our demo working? |
no its not working |
Any update on one-to-one chat messaging issue? |
successfully implemented |
@Pravat45 any changes required to make it work? |
you need a valid token and unique user to make it work |
const initRTM = async (rtmToken, id) => { |
const onSend = useCallback(async (messages = []) => { |
I have used this code login and getting an issue. const createEngine = async(rtmToken)=> { Error Message : { |
Sending Message one to one
is not working
The text was updated successfully, but these errors were encountered: