Meeting API

Zoho Meeting lets you host instant or scheduled meetings, collaborate with audio, video, and screen sharing. You can use the Meeting API to get, create, update, and delete the meetings in your Zoho Meeting account.

OAuth Scope: ZohoMeeting.meeting.ALL

Attribute

meetingKey
long
Meeting Key generated by the server. This is used as an identifier.
presenter
long
Presenter's Zoho User ID
offset
long
Offset for timezone in the Meeting
timezone
string
Timezone of the meeting scheduled
accessCode
string
Access Code of the Meeting
creatorZuid
long
Zoho User ID of the Meeting creator
agenda
string
Agenda of the Meeting
startLink
string
Start link of the Meeting
duration
long
Duration of the Meeting
topic
string
Topic of the Meeting
sessionType
string
Session Type of the Meeting
dialinUrl
string
Dial-in url of the Meeting
startTime
string
Start time of the Meeting
endTime
string
End Time of the Meeting

Example

Copied{
    "meetingKey": 123456789,
    "presenter": 123456789,
    "offset": 19800000,
    "timezone": "Asia/Calcutta",
    "accessCode": "10652 43211 #",
    "creatorZuid": 123456789,
    "agenda": "Points to get noted during meeting.",
    "startLink": "https://meeting.zoho.com/meeting-start?key=1065243211",
    "duration": 3600000,
    "topic": "Monthly Marketing Meeting",
    "sessionType": "Points to get noted during meeting.",
    "dialinUrl": "https://help.zoho.com/portal/kb/articles/zoho-meeting-dial-in-numbers",
    "startTime": "Jun 19, 2020 07:00 PM IST",
    "endTime": "Jun 19, 2020 08:00 PM IST"
}