added 6.2 changelog

This commit is contained in:
wukko
2023-06-27 20:46:51 +06:00
parent 65161107fa
commit 4f87618ceb
4 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { streamAudioOnly, streamDefault, streamLiveRender, streamVideoOnly } from "./types.js";
export default async function(res, streamInfo) {
export default function(res, streamInfo) {
try {
if (streamInfo.isAudioOnly && streamInfo.type !== "bridge") {
streamAudioOnly(streamInfo, res);