Unable to start meeting

Using Windows SDK Demo, I’m able to join a meeting after logging in as normal user. But when I try to start a meeting, it works for just a moment, and then fails via IMeetingServiceEvent::onMeetingStatusChanged(status = MEETING_STATUS_FAILED, iResult = 8). The SDKDemo puts up a failure dialog “Start or join meeting failed!”.

Am I doing something wrong?

Thanks,

Bill

 

It occurs to me that my meeting ID I’m using to start meeting may not match the API key and secret, which came from a colleague. Could this cause the problem?

Thanks,

Bill

 

 

hi,

Result = 8 means MEETING_FAIL_MEETING_NOT_EXIST. more details you can read the MeetingFailCode, you can find this at meeting_service_interface.h

thanks

dats

Dats,

Thanks for the reply. I will try with a different meeting ID.

Bill

 

To wrap up this thread, after my account was upgraded to SDK developer I am now able to start meetings from SDK.

Bill

 

Closing as solved.

-Tommy