Package de.fu_berlin.inf.dpp.invitation

Examples of de.fu_berlin.inf.dpp.invitation.OutgoingSessionNegotiation


     *            the JID of the user that is to be invited.
     */
    public void invite(JID toInvite, String description) {
        ISarosSession sarosSession = sarosSessionObservable.getValue();

        OutgoingSessionNegotiation result = new OutgoingSessionNegotiation(
            toInvite, sarosSession.getFreeColor(), sarosSession, description,
            sarosContext);

        OutgoingInvitationJob outgoingInvitationJob = new OutgoingInvitationJob(
            result);
View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.invitation.OutgoingSessionNegotiation

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.