Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Skype for business CU8 #39

Open
torpedo86 opened this issue Feb 12, 2019 · 2 comments
Open

Skype for business CU8 #39

torpedo86 opened this issue Feb 12, 2019 · 2 comments

Comments

@torpedo86
Copy link

torpedo86 commented Feb 12, 2019

I have successfully installed SFBS 2015 6.0.9319.537.
I have this test project "https://github.com/OfficeDev/skype-web-sdk-samples/tree/master/SkypeWebSDKOnPremSample" with skype web sdk, then I have run videoservice.start() so the response was timeout, with CU7 I did not have this problem. Following the code: $('#startNewVideoMeeting').click(function () {
var conv, dfd, meetingUri, error;
conv = client.conversationsManager.createConversation();
$('#newMeetingUri').val("");
dfd = conv.videoService.start().then(function () {
meetingUri = conv.uri(); $
('#newMeetingUri').val(meetingUri);
$(".c-add-p-container").removeClass('hide'); },
function (reason) {
// rejection error = reason;
}); });
Response: Code: InvitationFailed
Error: The operation was timed out. at Anonymous function (https://latestswx.cdn.skype.com/jLync/master_0.4.940/sdk.js:25361:41) at Task.prototype.exec2 (https://latest-swx.cdn.skype.com/jLync/master_0.4.940/sdk.js:5721:29)
Description: The operation was timed out.
Can you help me, please?
Best regards Francesco

@premgan
Copy link

premgan commented May 20, 2019

can you collect console and Fiddler logs from a repro following the steps here:

https://docs.microsoft.com/en-us/skype-sdk/websdk/docs/troubleshooting/gatheringlogs/logs-console

https://docs.microsoft.com/en-us/skype-sdk/websdk/docs/troubleshooting/gatheringlogs/logs-webtraffic

We need to know what the SDK is waiting for when it times out.

@torpedo86
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants