@giosg/pub-sdk
Advanced tools
Comparing version 0.34.0 to 0.34.1
@@ -148,5 +148,5 @@ "use strict"; | ||
const apiUrl = `/api/pub/v1/orgs/${orgId}/users/${userId}/active_conferences`; | ||
return this.sdk.streamCollection(apiUrl); | ||
return this.sdk.streamCollection(apiUrl, { idAttribute: "channel_id" }); | ||
} | ||
} | ||
exports.BasePubSdk = BasePubSdk; |
{ | ||
"name": "@giosg/pub-sdk", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "TypeScript interfaces for Giosg Pub", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
33810
11