Examples of ChatterBoxInvitationMessage


Examples of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.ChatterBoxInvitationMessage

  /// <param name="simulator">Originating Simulator</param>
  private void ChatterBoxInvitationEventHandler(String capsKey, IMessage message, Simulator simulator)
  {
    if (onIM != null)
    {
      ChatterBoxInvitationMessage msg = (ChatterBoxInvitationMessage)message;

      //TODO: do something about invitations to voice group chat/friends conference
      //Skip for now
      if (msg.Voice) return;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.