Issue: A new user was being processed as a user that already joined audio.
Steps to reproduce: Enter a meeting and join webrtc audio; refresh the page and there is a chance the new user will keep the mic icon at the users view.
This problem was occurring because both users may have the same external user id and that was the test we were making when processing the voice user. Changed that to the internal user id.
Issue: A new user was being processed as a user that already joined audio. Steps to reproduce: Enter a meeting and join webrtc audio; refresh the page and there is a chance the new user will keep the mic icon at the users view. This problem was occurring because both users may have the same external user id and that was the test we were making when processing the voice user. Changed that to the internal user id.