refactor: Refactor media loading manager for improved robustness (#2464)
This commit is contained in:
committed by
dermotduffy
parent
47bcce93d3
commit
bc366626f1
@@ -33,6 +33,7 @@ export class VideoRTC extends HTMLElement {
|
||||
// Custom methods/members.
|
||||
mediaPlayerController: MediaPlayerController | null;
|
||||
microphoneStream: MediaStream | null;
|
||||
targetID: string | null;
|
||||
reconnect();
|
||||
setControls(controls: boolean): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user