Package com.ngt.jopenmetaverse.shared.sim.message.LindenMessages

Examples of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.ChatSessionRequestStartConference.Serialize()


        startConference.AgentsBlock[i] = participants.get(i);

      startConference.SessionID = tmp_session_id;

      CapsHttpClient request = new CapsHttpClient(url);
      request.BeginGetResponse(startConference.Serialize(), OSDFormat.Xml, Client.settings.CAPS_TIMEOUT);
    }
    else
    {
      throw new Exception("ChatSessionRequest capability is not currently available");
    }
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.