Questions tagged [adobe-connect]

Use this tag for programming related questions about Adobe Connect - a product by Adobe that allows registered user to create "over the internet" meetings between users - and its API. End-user support questions are off-topic on Stack Overflow.

Adobe Connect is a product by Adobe that allows registered user to create "over the internet" meetings between users. Users can create a meeting to host, invite other users to attend, and interact with all participants.

Resources

42 questions
9
votes
2 answers

Is there a way to change speed in Adobe Connect?

I know Adobe Connect launches its separate application but is there a way to change the speed (ie 2x) in the application or some other way?
Andrew
  • 1,238
  • 3
  • 13
  • 28
7
votes
2 answers

Adobe connect video: FLV to MP4 (export, convert)

I would like to convert an adobe connect video from .flv in the downloaded zip to .mp4. I have already done the steps explained in this question and answer, however I get .flv files organised like this inside the .zip: Moreover, I know that ffmpeg…
Guillaume Chevalier
  • 9,613
  • 8
  • 51
  • 79
2
votes
2 answers

Adobe Connect API list of meetings is not correct

I have an adobe connect account in which I am able to create a number of meetings. I am trying to use the API (as detailed here) to show a list of available meetings in my application. I am doing some basic web request calls to the API and parsing…
musefan
  • 47,875
  • 21
  • 135
  • 185
2
votes
0 answers

XDocument Invalid Characters On Load - '\v', hexadecimal value 0x0B, is an invalid character

I am downloading some XML content from the Adobe Connect API. I am loading the content into a XDocument and reading through all of the sco elements to save them to the database. However, one of the calls to the API contains an invalid character that…
Robert
  • 400
  • 8
  • 23
2
votes
0 answers

Report Poll/Survey Custom POD - Adobe Connect

I have developed a custom POD using Flex, similar to the POLL integrated into adobe connect. The POD lets the owner of the meeting create a survey and then the connected users can complete it. I'd like to save the questions and results into the…
Marcx
  • 6,806
  • 5
  • 46
  • 69
2
votes
1 answer

Security of Web App - Passing credentials to webservice API

I am a beginner at web development. I've done a fair amount of command line and some gui python development, and done web development using Drupal and Wordpress and static html/css, but never had to worry about managing sessions or logging in users.…
user172586
  • 49
  • 7
2
votes
3 answers

How can i play recorded adobe connect session?

I downloaded session record by adding /output/recording.zip?download=zip at the end of the recording URL. Record folder has some .flv and .xml files. How can i play this session? Am i use flv editor?
querman
  • 135
  • 1
  • 2
  • 8
1
vote
1 answer

How to send the BreezeSession's value with each of requests to Adobe Connect's Web Service?

I have read the Adobe Connect's document, I could not understand that where should I place my BreezeSession's value (especially in Postman) when I want to call other actions which need authentication and BreezSession's value to work. Step 1: User…
Masoud
  • 65
  • 9
1
vote
0 answers

why Microphone Not Working in IOS WebView?

We used a WKWebView for holding online classes (chat) using adobe connect. There is a microphone icon to send user voice. In safari when user taps on microphone button, a permission dialog opens for website and after granting permission microphone…
1
vote
0 answers

Cannot change permissions in Google Chrome Linux

I want to change camera permissions in Google Chrome Version 83.0.4103.97 (Official Build) (64-bit) but it is disabled. (website is Adobe Connect) Screenshot OS: Linux Mint 19.1 Cinnamon I can change the permissions in Firefox. So can you help me…
who isme
  • 11
  • 3
1
vote
2 answers

api request for login adobe connect in php

im try the request api for login in adobe connect until the my user don't need to login and automatic go to class link,i according the adobe connect use 2 way to request but I went right until the end but go to class link ,redirect to login page i…
ali nadi
  • 11
  • 1
1
vote
0 answers

Adobe Connect 9 API - Set Recording Passcode

I'm trying set the passcode to a Recording. The API respondes with Ok message, but the Recording still without the passcode. I tried the permissions-update in the recording to set…
1
vote
0 answers

adobe connect custom pods

I'm trying to make a custom pod for Adobe Connect using flex. I am trying to modify the basic chat window described in the video here: https://www.youtube.com/watch?v=oz4vRIBTy3k I am aiming to create some buttons to update the status of a person. I…
DJC99
  • 11
  • 2
1
vote
3 answers

Problems connecting to Adobe Connect with CFHTTP in CF10

I am trying to fix a number of issues our company's platform has with an integration with Adobe Connect. One that has me perplexed is intermittent failures with the login method. We have one client whose credentials fail regularly, but not always. I…
1
vote
1 answer

simplexml_load_string not returning element with letter, hyphen and numbers in the name

I'm using PHP 5.5.15, Codeigniter 3 and trying to save data retrieved from the Adobe Connect xml api. Everything is working fine except there is one element not showing up in the object returned by simplexml_load_string. This element is named…
earl
  • 36
  • 5
1
2 3