08-27-2016 05:40 PM
good afternoon,
one of my clients tried to manage all its webex meeting(saas, meeting center) by xml api, but so far confused by the meeting problem, when the attendees join meeting initiated with XML API, they can't see the attendee list, send video, as well as click audio connection, only when the host grant them the "presenter" , they can do all work as normal. can u help with this problem? thanks very much!
thanks
08-29-2016 03:20 PM
Terry,
We would need to see the request that is being sent to Schedule the meeting, it sounds like he has it configured to behave this way and would need to alter his request.
08-29-2016 07:08 PM
good morning,the api is shown as follows, Could u help identify where is cause for this issue? </meetingPassword> //密码(meeting passcode) </accessControl> <metaData> <confName></confName> //会议室标题 <meetingType>1</meetingType> <agenda></agenda> //会议主题 </metaData> <schedule> <startDate></startDate> //会议开始时间08/04/2016 16:43:00 (starting time) <openTime>900</openTime> //<joinTeleconfBeforeHost>true</joinTeleconfBeforeHost> //参数不能用(parameters invalid) <duration></duration> //会议时长,分钟为单位(the time duration of meeting) </schedule> </bodyContent> Best Regards,Terry Deng (邓文新)Business Manager/业务经理Mobile/手机: +86-18616567936Phone/直线: +86-21-61992751Fax/传真:+86-21-62565121E-mail/邮箱: terry.deng@canyontrans.comShanghai Canyontrans Networking Technology Co., Ltd/上海通峡网络技术有限公司Shanghai Office: Room 803, XinDa Office Building 2,No.1158 XieHe Road, Shanghai, P.R.C. 200335/上海市长宁区协和路1158号鑫达商务楼2号楼803室Sydney Office: Unit 16, No. 3 Cecil Street, Gordon NSW 2072Http://www.canyontrans.com-----------------------------------------------------------------------邮件免责申明
08-29-2016 10:54 PM
<bodyContent xsi:type=\"java:com.webex.service.binding.meeting.CreateMeeting\">
<accessControl>
<meetingPassword>{0}</meetingPassword> //密码(meeting passcode)
</accessControl>
<metaData>
<confName>{1}</confName> //会议室标题
<meetingType>1</meetingType>
<agenda>{2}</agenda> //会议主题
</metaData>
<schedule>
<startDate>{3}</startDate> //会议开始时间08/04/2016 16:43:00 (starting time)
<openTime>900</openTime>
//<joinTeleconfBeforeHost>true</joinTeleconfBeforeHost> //参数不能用(parameters invalid)
<duration>{4}</duration> //会议时长,分钟为单位(the time duration of meeting)
</schedule>
</bodyContent>
09-02-2016 02:10 PM
Do you have a default template defined? If you do a GetMeeting request on one you created what is returned?
09-05-2016 04:21 AM
good evening,the following is the return on "getmeeting", is there anything wrong with it? can u show us a demo how to use "createmeeting" to initiate a meeting?thanks!
09-12-2016 03:41 PM
Hello again, Terry! It looks like you had meant to attach some text - the output of GetMeeting - but nothing was actually put in the rest of your message. If you are still having this issue, can you provide that information? If you are not having the issue anymore, please either mark this as "Correct Answer" or reply and we will do so?
Thanks!
--
Michael Fierro
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide