@digipair/skill-web-heygen 0.90.0 → 0.91.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class HeygenElement extends LitElement {
3
- videoStyle: string;
4
- mediaElement: HTMLVideoElement;
5
- private peerConnection;
6
- private updateStatus;
7
- start(sessionInfo: any): Promise<{
8
- sessionId: any;
9
- sdp: RTCSessionDescriptionInit;
10
- }>;
11
- stop(): Promise<void>;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
File without changes
File without changes
File without changes