Getting Started
Initial steps to join the first call with VidyoPlatform
Step 1 - Create a meeting room
Send a request to create a room
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://portal.vidyo.com/admin/v1_1">
<soapenv:Header/>
<soapenv:Body>
<v1:CreateScheduledRoomRequest>
<v1:ownerName>admin</v1:ownerName>
<v1:returnHtmlContent>false</v1:returnHtmlContent>
</v1:CreateScheduledRoomRequest>
</soapenv:Body>
</soapenv:Envelope>Obtain and understand the response
Step 2 - Join the call using stock VidyoConnect application

Last updated