Export LocalMedia

This commit is contained in:
Robert Long 2022-04-13 13:08:33 -07:00
parent 0e9307608b
commit 2d00d10161
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ export {AvatarView} from "./platform/web/ui/AvatarView.js";
export {RoomType} from "./matrix/room/common";
export {EventEmitter} from "./utils/EventEmitter";
export {Disposables} from "./utils/Disposables";
export {LocalMedia} from "./matrix/calls/LocalMedia";
// these should eventually be moved to another library
export {
ObservableArray,