Author Message
Thijs012024
Joined: Nov 30, 2023
Messages: 28
Offline
If I use the JSC SDK Meeting Management Test App to schedule a meeting, I receive the following response from the server:

{

"error": [
{
"errorCode": "ERC_VIRTUAL_ROOM_REQUIRED",
"displayMsg": "Only Virtual Room is allowed when schedule a meeting",
"errorMsg": "Only virtual room meeting is allowed."
}
]
}


What does this mean? How can we fix this?

We are sending the following payload to the server:

{

"conference": [
{
"number": "1234",
"priority": "DELAY",
"allowStreaming": "OFF",
"streamingStatus": "UNDEFINED",
"attendees": [],
"blockDialIn": false,
"autoExtend": false,
"waitingRoom": false,
"oneTimePINRequired": false,
"status": "NOT_START",
"subject": "TestMeeting2",
"startTime": "2024-02-19T13:00:32.000Z",
"plannedEndTime": "2024-02-19T14:00:32.000Z",
"duration": "P0Y0M0DT0H30M0.000S",
"testOnly": false,
"sendingNotification": true,
"recordingMeetingWhenStart": false,
"eventConference": false,
"reservedPorts": {},
"advancedProperties": {
"terminationCondition": "AFTER_ALL_PARTIES_LEFT"
},
"broadcastSetting": {
"public": false,
"questionsAndAnswersEnabled": false,
"programId": "66255eb4-667f-45c8-8c09-1ecd6b3c26b2",
"accessModeSetting": {
"accessMode": "PRIVATE"
}
},
"mainVideoLayout": {
"layoutName": "MAIN",
"layoutType": "0000",
"dynamic": false,
"noSelfSee": false,
"layoutMax": 0
},
"customerVideoLayout": {
"layoutName": "CUSTOMER",
"layoutType": "0000",
"dynamic": false,
"noSelfSee": false,
"layoutMax": 0
}
}
]
}
Go to:   
Mobile view