function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
imranrazaimranraza 

Salesforce and LiveMeeting Integration

As per my requirement i need to integrate salesforce with LiveMeeting Application. can someone help me how to integrate LiveMeeting with salesforce, any material or links? Thanks in Advance
DevAngelDevAngel

It appears that live meeting uses a simple xml api over https. The details of implementing their api are beyond the scope of the information I can provide.  

 

I can tell you that you will need to use Apex code and use callouts (HTTP, HTTPRequest, HTTPResponse) to send and receive the data from live meeting. In addition you will need to enable a remote access endpoint for the live meeting service. You may need to as it seems that you make a call to one endpoint on the live meeting servers to get the correct endpoint to the live meeting services servers.

 

There is plenty of documentation on MSDN on using the live meeting API and we have plenty of examples here for doing callouts.  Use the search term callouts here to find the relevant links.

 

Cheers