Description
The userID value passed to onSinkMeetingAudioStatusChange and onSinkMeetingVideoStatusChange does not match the userID from onSinkMeetingUserJoin.
Which Mobile Meeting SDK version?
5.7.1.644
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Have a user join a meeting and record their userID from
onSinkMeetingUserJoin
- Have the user change their audio status
- Record the userID from
onSinkMeetingAudioStatusChange
- See that the two don’t match.
Smartphone (please complete the following information):
Additional context
The IDs are close but not the same. For instance I get 16781312 from join, 16781313 with an audio change, and 16781314 with a video change.
Hey @jeremy.provost,
Thanks for using the dev forum!
I am seeing the same behavior, submitting a bug report for this.
Thanks!
Michael
Hey @happy.bitclass,
We have been able to reproduce this behavior and will have it fixed in the next release.
Thanks!
Michael
Add onSinkMeetingActiveVideo to the list of delegate callbacks reporting an incorrect userID. Do you know of any other delegate calls that are broken so that we can correctly work around this in the meantime?
Hey @jeremy.provost,
Thank you for mentioning that, I will let the team know.
I believe this may actually be an issue on our backend somewhere because this has effected android as well. With that assumption in mind, I think this probably effects all callbacks that report userID’s.
Thanks!
Michael
It is not on all callbacks. I’ll just mention onSinkMeetingUserRaiseHand and onSinkMeetingUserLowerHand as a couple of examples that work. Pretty sure most of the others are also working.
Hey @jeremy.provost,
Ah I see. We will continue investigating.
Thanks!
Michael