Export LocalMedia
This commit is contained in:
parent
0e9307608b
commit
2d00d10161
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ export {AvatarView} from "./platform/web/ui/AvatarView.js";
|
||||||
export {RoomType} from "./matrix/room/common";
|
export {RoomType} from "./matrix/room/common";
|
||||||
export {EventEmitter} from "./utils/EventEmitter";
|
export {EventEmitter} from "./utils/EventEmitter";
|
||||||
export {Disposables} from "./utils/Disposables";
|
export {Disposables} from "./utils/Disposables";
|
||||||
|
export {LocalMedia} from "./matrix/calls/LocalMedia";
|
||||||
// these should eventually be moved to another library
|
// these should eventually be moved to another library
|
||||||
export {
|
export {
|
||||||
ObservableArray,
|
ObservableArray,
|
||||||
|
|
Reference in a new issue