AgoraIO-Usecase / Video-Calling

Calling Interface + Connection Service on top of Agora RTM + RTC for Video Calling Example
MIT License
60 stars 43 forks source link

DidOfflineOfUid Uid is different from the Callee's login uid #45

Closed mechdon closed 2 years ago

mechdon commented 2 years ago

I implemented the call notification in my app. I was able to establish video chat between the caller and callee after the callee accepted the call. After the chat, the callee ended the call and the didOfflineOfUid detected by the caller is different from the callee's login uid. Why is this so?

mechdon commented 2 years ago

I discovered the reason was because my channel number wasn't correct. It's fixed now.