mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
1f64835fab
* Remove radio component * "Voice room" → "video room" * Remove interactivity from video room tiles * Update connection state when joining via widget * Simplify room header buttons for video rooms * Split out video room creation into a separate menu option * Simplify room options for video rooms * Update video room tile layout * Tell the Jitsi widget whether it's a video channel * Update tests * "Voice" → "video" in more places * Fix tests * Re-add frame to immersive Jitsi widgets * Comment ack * Make updateDevices more readable * Type FacePile
9 lines
336 B
TypeScript
9 lines
336 B
TypeScript
export * from './beacon';
|
|
export * from './client';
|
|
export * from './location';
|
|
export * from './platform';
|
|
export * from './room';
|
|
export * from './test-utils';
|
|
// TODO @@TR: Export video.ts, which currently isn't exported here because it causes all tests to depend on skinning
|
|
export * from './wrappers';
|
|
export * from './utilities';
|