[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17118457#comment-17118457
 ] 

Noddy commented on OPENMEETINGS-2374:
-------------------------------------

[~solomax] that's my bad here are with values:

Room API:
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:web="http://webservice.openmeetings.apache.org/";>
<x:Header/>
<x:Body>
<web:add>
<sid>5b1222dc-b47c-4331-9583-df7c02cfd6ca</sid>
<room>
 <name>Test Presentation</name>
 <type>presentation</type>
 <capacity>8</capacity>
 <allowRecording>true</allowRecording>
 <appointment>false</appointment>
 <isPublic>false</isPublic>
 <demo>false</demo>
 <closed>false</closed>
 <demoTime>0</demoTime>
 <externalType>droana</externalType>
 <moderated>true</moderated>
 <allowUserQuestions>true</allowUserQuestions>
 <waitRecording>false</waitRecording>
 <audioOnly>true</audioOnly>
 <redirectUrl>https://my.domain.com/</redirectUrl>
</room>
</web:add>
</x:Body>
</x:Envelope>

 

Hash API:

<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:web="http://webservice.openmeetings.apache.org/";>
<x:Header/>
<x:Body>
<web:getRoomHash>
<sid>a6eb17cc-532d-4236-98cb-d767b0b25021</sid>
<user>
 <login>guest_user</login>
 <firstname>guest_user</firstname>
 <lastname> </lastname>
 <email>None</email>
 <externalId>14</externalId>
 <externalType>droana</externalType>
</user>
<options>
<roomId>23</roomId>
<moderator>true</moderator>
<showAudioVideoTest>false</showAudioVideoTest>
<allowSameURLMultipleTimes>true</allowSameURLMultipleTimes>
<allowRecording>true</allowRecording>
</options>
</web:getRoomHash>
</x:Body>
</x:Envelope>


One more thing i want to ask i.e. how does <redirectUrl> work?

> An HTTP error response in websocket communication would not be processed by 
> the browser.
> ----------------------------------------------------------------------------------------
>
>                 Key: OPENMEETINGS-2374
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2374
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Room, SOAP/REST API
>    Affects Versions: 5.0.0-M4
>         Environment: Ubuntu 20.04 | docker container
>            Reporter: Noddy
>            Assignee: Maxim Solodovnik
>            Priority: Major
>         Attachments: wb.log
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I created room normally with web-ui, everything works fine.
> But when i created room & logged in user using SOAP 'services/RoomService' 
> and provide room URL (which redirects on /hash?secure=<random-hash> as 
> usual), room freezed on loading screen and OM5 threw exception.
>  Log file is attached.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to