Giter Site home page Giter Site logo

adobeconnectsdk's Introduction

What is it - AdobeConnectSDK

Software Development Kit for e-Learning solutions using Adobe Connect Professional.

Part of e-learning solution, this component allows you to seamlessly integrate your applications with Adobe Connect infrastructure.

Product consist of SDK reference (.chm) manual, source code and sample application. Fully managed code (C#), no external dependencies.

The functionality covered: User Account management (Single Sign On), Meetings/Webinars and Reporting.

Download - binaries

Current implementation supports Adobe Connect version 6 and up, targeting .Net 4.5. And it is available as Nuget package.

Full source code & maintenance

When I originally implemented this SDK, I had access to Adobe Connect installation and time. Now I dont have any.

Therefore, the ones actively using the SDK - please contribute.

adobeconnectsdk's People

Contributors

dmitrystroganov avatar carlos-ferreira avatar dm-dk avatar

Watchers

 avatar J. Arturo Ruz C. avatar James Cloos avatar  avatar Noah Santoro avatar  avatar majid momeni avatar

adobeconnectsdk's Issues

How is use?

Hi there
I have used your library as follows, but after calling the GetAllMeetings function, I get code NoAccess

var provider = new HttpCommunicationProvider();
var settings = new SdkSettings();
settings.ServiceURL = "https://mydomain/api/xml";
settings.NetDomain = "https://mydomain/";
settings.NetUser = "my adobe user";
settings.NetPassword = "my pass";
AdobeConnectXmlAPI api = new AdobeConnectXmlAPI(provider, settings);
var st = api.Login("my adobe user", "my pass");
var meetingDetail = api.GetAllMeetings();

Please help, where is the problem?

Any chance you can make ScoDelete public ?

First, let me thank you for creating this sdk.
If it weren't for you i would be doing it from scratch.
The api is almost perfect, the only thing i would do is to make ScoDelete public instead of internal.
For example, suppose you want to create a temporary meeting, you would:

  • Create meeting;
  • Add users;
  • Users have meeting;
  • Clean up by deleting users and the created meeting.

Can you please change it ?
If you want i can make a pull request as well.

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.