Move DesktopCapturerSource out of global.d.ts
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
							parent
							
								
									7ae9f3d1ae
								
							
						
					
					
						commit
						5ed4f3f54f
					
				|  | @ -22,6 +22,7 @@ import classNames from 'classnames'; | |||
| import AccessibleButton from './AccessibleButton'; | ||||
| import { replaceableComponent } from "../../../utils/replaceableComponent"; | ||||
| import TabbedView, { Tab, TabLocation } from '../../structures/TabbedView'; | ||||
| import { DesktopCapturerSource } from "matrix-js-sdk/src/webrtc/call"; | ||||
| 
 | ||||
| export function getDesktopCapturerSources(): Promise<Array<DesktopCapturerSource>> { | ||||
|     const options: GetSourcesOptions = { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Šimon Brandner
						Šimon Brandner