Type alias SFURoomInit

SFURoomInit: RoomInitBase & {
    sfuOptions?: Partial<SFUBotPluginOptions>;
    type: "sfu";
}

Type declaration