} // joinSession // ------------------------------------------------------------------------------ public void leaveSession(bool deleteSession, CompletionHandler completionHandler) { mCompletionHandler = completionHandler; if (session.getOwner().getId() == participant.getId() && deleteSession) { HttpRequest_EndSession.make_request(this, http_object); } else { HttpRequest_RemoveParticipant.make_request(this, http_object); } } // leaveAndDeleteSession
// --------------------------------------------------------------------------- protected void addParticipant(CollabrifyParticipant p_) { // TODO left out printMethodName(TAG) participants.Add(p_.getId(), p_); participantCount = participants.Count(); }
}// convertToString // --------------------------------------------------------------------------- protected void addParticipant(CollabrifyParticipant p_) { // TODO left out printMethodName(TAG) participants.Add(p_.getId(), p_); participantCount = participants.Count(); }// addParticipant