AttachLiveBodyDto: {
    joinUrl: string;
    provider?:
        | "zoom"
        | "meet"
        | "teams"
        | "other";
}