You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: