added 6.2 changelog
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user