Scheduled Webinar - Update a scheduled webinar
This API updates a scheduled webinar using the meetingId returned when the webinar was created
Header Parameters
The content type should be application/json
You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.
Request Body
The meeting id of the webinar
The topic of the webinar
The start time of the webinar in ISO format
The end time of the webinar in ISO format
webinar object
Webinar configuration to update
Whether the webinar feature is enabled
sessions object
Sessions configuration
Whether sessions are enabled
Whether session registration is enabled
- 200
- 400
- 401
- 412
Success
Schema
The 10 digit unique ID of the webinar
The topic/title of the webinar
The start time of the webinar in ISO format
The end time of the webinar in ISO format
The duration of the webinar in milliseconds
The meeting URL that users will use to join the webinar
The speaker link for the webinar
The attendee link for the webinar
webinar object
Webinar-specific configuration and activation details
Whether the webinar feature is enabled
options object
Webinar options configuration
Whether Q&A is enabled
Whether guests are allowed
Whether comments are enabled
ticker object
Ticker configuration
Whether ticker is enabled
Ticker text
thankYouMsg object
Thank you message configuration
Whether thank you message is enabled
Thank you message text
views object
Views configuration
Whether to show view count
likes object
Likes and reactions configuration
Whether to show like count
floatingReactions object
Floating reactions configuration
Whether floating reactions are enabled
Available reaction types
Whether likes are enabled
Video quality setting
customization object
Customization options
Whether to hide completed sessions
Whether hand raise is enabled
Whether to hide welcome message
Whether to use equal tile layout
Whether to send SMS to attendee
Whether practice session is enabled
Whether on-demand is enabled
Whether recording is enabled
Whether flashcard is enabled
Feed layout type
registration object
Registration configuration
Whether registration is enabled
Whether full name is enabled for registration
Whether auto approval is enabled
Whether OTP is enabled
Whether invite only is enabled
Whether open invite is enabled
Days before which registration closes
recording object
Recording configuration
Type of recording
Attendee feed type
activation object
Activation details for the webinar
Unique hash for webinar activation
Activation URL for the webinar
Whether attendee websocket is enabled
Whether broadcasting is enabled
Q&A time limit in minutes
webinarPortal object
Webinar portal configuration
Whether webinar portal is enabled
sessions object
Sessions configuration
Whether sessions are enabled
Whether session registration is enabled
networking object
Networking configuration
Whether networking is enabled
Networking availability
leaderboard object
Leaderboard configuration
Whether leaderboard is enabled
preRecordedVideo object
Pre-recorded video configuration
Whether pre-recorded video is enabled
Number of loops for pre-recorded video
advancedOptions object
Advanced configuration options for the webinar
Whether participants can join before the host
Whether only logged-in users can join
The current status of the webinar
Meeting PIN that secures the webinar from unwanted access
The meeting ID that can be used to update, delete or fetch this webinar
{
"jiomeetId": "7975873555",
"topic": "Test1 user's JioEvent",
"startTime": "2025-08-21T14:00:00.000Z",
"endTime": "2025-08-21T16:30:00.000Z",
"scheduledDuration": 9000000,
"meetingUrl": "https://jioevents.com/shortener?meetingId=7975873555&pwd=1Hn8c",
"speakerLink": "https://jioevents.com/guest?meetingId=7975873555&pwd=1Hn8c&memberName={firstName lastName}",
"attendeeLink": "https://jioevents.com/webinar/attendee/guest/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277/hash=_vs-p5ZUhx42846b73f6801755725171923?firstName={firstName}&lastName={lastName}",
"webinar": {
"enabled": true,
"options": {
"quesAns": true,
"allowGuests": true,
"comments": true,
"ticker": {
"enabled": false,
"text": ""
},
"thankYouMsg": {
"enabled": true,
"text": "Thank you for attending the event"
},
"views": {
"showCount": true
},
"likes": {
"showCount": true,
"floatingReactions": {
"enabled": true
},
"reactionType": [
"laugh",
"awesome",
"like",
"applause",
"greet"
],
"enabled": true
},
"videoQuality": "sd",
"customization": {
"hideCompletedSessions": true,
"enableHandRaise": true,
"hideWelcomeMessage": true,
"equalTileLayout": false,
"shouldSendSMSToAttendee": true
},
"practiceSession": false,
"onDemand": false,
"record": false,
"flashcard": false,
"feedLayout": "grid"
},
"registration": {
"enabled": false,
"enabledFullName": true,
"autoApprove": true,
"otpEnabled": true,
"inviteOnly": false,
"openInvite": false,
"closeBeforeDays": 0
},
"recording": {
"recordingType": "attendee_page_only_player"
},
"attendeeFeed": "live",
"activation": {
"hash": "_vs-p5ZUhx42846b73f6801755725171923",
"url": "https://jioevents.com/attendee/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277/join/_vs-p5ZUhx42846b73f6801755725171923"
},
"attendeeWebsocketEnabled": false,
"broadcasting": false,
"qnaTimeLimit": 3,
"webinarPortal": {
"enabled": false
},
"sessions": {
"enabled": true,
"registrationEnabled": false
},
"networking": {
"enabled": false,
"availability": "always"
},
"leaderboard": {
"enabled": false
},
"preRecordedVideo": {
"enabled": false,
"loop": 1
}
},
"advancedOptions": {
"joinBeforeHost": true,
"loggedInOnly": false
},
"status": "active",
"roomPIN": "1Hn8c",
"meetingId": "sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277"
}
Example update scheduled webinar response
{
"jiomeetId": "7975873555",
"topic": "Test1 user's JioEvent",
"startTime": "2025-08-21T14:00:00.000Z",
"endTime": "2025-08-21T16:30:00.000Z",
"scheduledDuration": 9000000,
"meetingUrl": "https://jioevents.com/shortener?meetingId=7975873555&pwd=1Hn8c",
"speakerLink": "https://jioevents.com/guest?meetingId=7975873555&pwd=1Hn8c&memberName={firstName lastName}",
"attendeeLink": "https://jioevents.com/webinar/attendee/guest/sm-ead69d8e-8c30-42f1-9798-8acfa5dd1277/hash=_vs-p5ZUhx42846b73f6801755725171923?firstName={firstName}&lastName={lastName}",
"webinar": {
"enabled": true,
"options": {
"quesAns": true,
"allowGuests": true,
"comments": true,
"ticker": {
"enabled": false,
"text": ""
},
"thankYouMsg": {
"enabled": true,
"text": "Thank you for attending the event"
},
"views": {
"showCount": true
},
"likes": {
"showCount": true,
"floatingReactions": {
"enabled": true
},
"reactionType": [
"laugh",
"awesome",
"like",
"applause",
"greet"
],
"enabled": true
},
"videoQuality": "sd",
"customization": {
"hideCompletedSessions": true,
"enableHandRaise": true,
"hideWelcomeMessage": true,
"equalTileLayout": false,
"shouldSendSMSToAttendee": true
},
"practiceSession": false,
"onDemand": false,
"record": false,
"flashcard": false,
"feedLayout": "grid"
},
"registration": {
"enabled": false,
"enabledFullName": true,
"autoApprove": true,
"otpEnabled": true,
"inviteOnly": false,
"openInvite": false,
"closeBeforeDays": 0
},
"recording": {
"recordingType": "attendee_page_only_player"
},
"attendeeFeed": "live",
"activation": {
"hash": "_xZtO9QIKVda1c34d0fe601755526454337",
"url": "https://jioevents.com/attendee/sm-085033e1-b83c-43ea-afa9-49df09173534/join/_xZtO9QIKVda1c34d0fe601755526454337"
},
"attendeeWebsocketEnabled": false,
"broadcasting": false,
"qnaTimeLimit": 3,
"webinarPortal": {
"enabled": false
},
"sessions": {
"enabled": true,
"registrationEnabled": false
},
"networking": {
"enabled": false,
"availability": "always"
},
"leaderboard": {
"enabled": false
},
"preRecordedVideo": {
"enabled": false,
"loop": 1
}
},
"advancedOptions": {
"joinBeforeHost": true,
"loggedInOnly": false
},
"status": "active",
"roomPIN": "2xJbU",
"meetingId": "sm-085033e1-b83c-43ea-afa9-49df09173534"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string",
"errorsArray": [
null
]
}