我正在尝试运行'加入会议样本'在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);
我正在传递ConferenceUrl格式" conf:sip:wewa@microsoft.com; gruu; opaque = app:conf:focus:id:4FNRHN16"。它不断抛出同样的错误。我错过了什么。
答案 0 :(得分:3)
这是SDK
中的错误。如果您在"?"
的末尾添加conference uri
,则代码将有效。
conf:sip:rojimene@microsoft.com;gruu;opaque=app:conf:focus:id:HELLOWORLD?