mediasfu-angular
Version:
mediasfu-angular - Angular 17/18/19 WebRTC SDK for video conferencing, webinars, broadcasts, live streaming, chat, recording, whiteboard, and AI agents. Prebuilt rooms and fully custom UIs.
16 lines (15 loc) • 593 B
TypeScript
import { ShowAlert } from '../../@types/types';
import * as i0 from "@angular/core";
export interface AddedAsPanelistData {
message: string;
}
export interface AddedAsPanelistOptions {
data: AddedAsPanelistData;
showAlert?: ShowAlert;
}
export type AddedAsPanelistType = (options: AddedAsPanelistOptions) => Promise<void>;
export declare class AddedAsPanelist {
addedAsPanelist({ data, showAlert, }: AddedAsPanelistOptions): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<AddedAsPanelist, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AddedAsPanelist>;
}