我正在尝试在 Lync SDK 2013 中运行“加入会议示例”。示例中的以下代码引发异常“值不在预期范围内。”。
string conferenceUrl = MeetUrl.Text; // in the form of "conf:sip:wewa@microsoft.com;gruu;opaque=app:conf:focus:id:4FNRHN16";
IAsyncResult ar = Automation.BeginStartConversation(conferenceUrl, 0, StartConversation_Callback, null);
我以“conf:sip:wewa@microsoft.com;gruu;opaque=app:conf:focus:id:4FNRHN16”的格式传递 ConferenceUrl。它不断抛出相同的错误。我是不是错过了什么。