Edit scheduled meeting get error SDKERR_WRONG_USEAGE

first get meetingUniqueID from listMeeting,

schedule_meeting_item = m_pPreMeetingService->CreateEditMeetingItem( meetingUniqueID );
schedule_meeting_item->SetMeetingTopic( topic );
schedule_meeting_item->SelectStartTime( starttime );
schedule_meeting_item->SetDurationInMinutes( minutes );
result = m_pPreMeetingService->EditMeeting(schedule_meeting_item);

Is my code wrong?

1 Like

The code is correct. It’s really a bug of the SDK. It will be fixed in the coming release. Thanks!

Regards,
Wilmer

1 Like