Fix device selection never completing in widget mode
By reinstating some of the code from the full mesh branch that was there to handle this
This commit is contained in:
@@ -47,6 +47,11 @@ export enum ElementWidgetActions {
|
||||
ScreenshareStop = "io.element.screenshare_stop",
|
||||
}
|
||||
|
||||
export interface JoinCallData {
|
||||
audioInput: string | null;
|
||||
videoInput: string | null;
|
||||
}
|
||||
|
||||
export interface ScreenshareStartData {
|
||||
desktopCapturerSourceId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user