Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit bd72295

Browse files
committed
Change default option to HTTPS in sample
1 parent 3e704ab commit bd72295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/samples/conference/samplertcservice.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ app.use(function(req, res, next) {
6363
}
6464
});
6565

66-
icsREST.API.init('_service_ID_', '_service_KEY_', 'http://localhost:3000/', true);
66+
icsREST.API.init('_service_ID_', '_service_KEY_', 'https://localhost:3000/', false);
6767

6868
var sampleRoom;
6969
var pageOption = { page: 1, per_page: 100 };

0 commit comments

Comments
 (0)