There was an error while loading. Please reload this page.
1 parent 4f7f412 commit b1d21feCopy full SHA for b1d21fe
1 file changed
packages/livekit-server-sdk/src/EgressClient.ts
@@ -176,8 +176,8 @@ export class EgressClient extends ServiceBase {
176
customBaseUrl?: string,
177
audioMixing?: AudioMixing,
178
): Promise<EgressInfo> {
179
- let webhooks: WebhookConfig[] | undefined;
180
let layout: string | undefined;
+ let webhooks: WebhookConfig[] | undefined;
181
if (optsOrLayout !== undefined) {
182
if (typeof optsOrLayout === 'string') {
183
layout = optsOrLayout;
0 commit comments