Package org.jdesktop.wonderland.modules.audiomanager.common.messages.voicechat

Examples of org.jdesktop.wonderland.modules.audiomanager.common.messages.voicechat.VoiceChatJoinRequestMessage


    private void requestPlayerJoinAudioGroup(WonderlandClientSender sender,
      WonderlandClientID clientID, String group, PresenceInfo caller,
      PresenceInfo[] calleeList, ChatType chatType) {

  VoiceChatMessage message = new VoiceChatJoinRequestMessage(group,
      caller, getChatters(group), chatType);

  logger.fine("Sending VoiceChatJoinRequestMessage to clientID " + clientID);
        sender.send(clientID, message);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.audiomanager.common.messages.voicechat.VoiceChatJoinRequestMessage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.