Platform APIEnterprise
Create a recurring meeting
Create a recurrence definition and generate its first meeting instance.
HTTP request
POST {API_ADDRESS}/rtc-meeting/create_repeat_meetingRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| creatorUserID | Yes | string | Meeting-series creator. |
| creatorDefinedMeetingInfo | Yes | CreatorDefinedMeetingInfo | Shared title, schedule, host, and invitees. |
| setting | Yes | MeetingSetting | Shared meeting settings. |
| repeatInfo | Yes | MeetingRepeatInfoReq | Recurrence end, count, type, interval, and weekdays. |
Response
data.repeatMeeting contains RepeatMeetingData. data.generatedMeeting contains the first MeetingInfoSetting instance.
Permissions and limits
- Available only in OpenIM Enterprise.
- Validate recurrence boundaries and the creator's authority over all invitees.
Was this page helpful?