mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-26 19:44:57 +02:00
UBERF-9731 Recorder initial version (#8800)
* UBERF-9731 Recorder initial version Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> * fix: rush validate issues Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com> --------- Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
import type { Plugin, Asset } from '@hcengineering/platform'
|
||||
import type { Plugin, Asset, IntlString } from '@hcengineering/platform'
|
||||
import { plugin } from '@hcengineering/platform'
|
||||
import { type ComponentExtensionId } from '@hcengineering/ui'
|
||||
|
||||
@@ -27,7 +27,13 @@ export const mediaPlugin = plugin(mediaId, {
|
||||
},
|
||||
icon: {
|
||||
Mic: '' as Asset,
|
||||
Cam: '' as Asset
|
||||
Cam: '' as Asset,
|
||||
MicOff: '' as Asset,
|
||||
CamOff: '' as Asset
|
||||
},
|
||||
string: {
|
||||
TurnOnMic: '' as IntlString,
|
||||
TurnOffMic: '' as IntlString
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user