UNPKG

@skyway-sdk/sfu-bot

Version:

The official Next Generation JavaScript SDK for SkyWay

6 lines 403 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultSfuBotPluginOptions = void 0; const sfu_api_client_1 = require("@skyway-sdk/sfu-api-client"); exports.defaultSfuBotPluginOptions = Object.assign(Object.assign({}, sfu_api_client_1.defaultSfuApiOptions), { endpointTimeout: 30000, ackTimeout: 10000, disableRestartIce: false }); //# sourceMappingURL=option.js.map