View methods
const result = await streamService.getStreamById({ streamId: "0" });const params = {
userId: "",
limit: 10;
fromIndex: "0"
}
const result = await streamService.getIncomingStreamsCount(params);const params = {
userId: "",
limit: 10;
fromIndex: "0"
}
const result = await streamService.getOutgoingStreamsCount()const params = {
userId: "",
limit: 10;
fromIndex: "0"
}
const result = await streamService.getStreamsByUser()Last updated