if (info.isTransientMember) {
/*
* We don't necessarily have the presence info for the player so we have
* to send the call ID.
*/
sender.send(new VoiceChatTransientMemberMessage(audioGroup.getId(),
player.getId(), true));
} else {
handleBystanders(audioGroup, player, info.chatType);
sendVoiceChatInfo(sender, audioGroup.getId());