VideoUIKit-Flutter icon indicating copy to clipboard operation
VideoUIKit-Flutter copied to clipboard

AgoraRtcEventHandlers callback are called multiple times

Open adiShinwari opened this issue 2 years ago • 1 comments

When the user joined the channel or leave the channel the callbacks method called several time. I have to update the nodes in firebase. how can I handle this, because of the issue, the data is updating several times. To Reproduce Steps to reproduce the behavior: using the simple code from example in agora_uikit pub.dev

Smartphone (please complete the following information): iPhone 11

adiShinwari avatar Feb 20 '23 18:02 adiShinwari

@adiShinwari Can you please share your log file. Also, while adding/removing data from firebase can you do a check for uid first, if it already exists or not.

Meherdeep avatar Feb 20 '23 21:02 Meherdeep