mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +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:
@@ -11,7 +11,9 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
import { Asset, IntlString, plugin, Plugin, Resource, Metadata } from '@hcengineering/platform'
|
||||
import { type Ref } from '@hcengineering/core'
|
||||
import { type Drive } from '@hcengineering/drive'
|
||||
import { Asset, plugin, Plugin, Resource, Metadata } from '@hcengineering/platform'
|
||||
import { type UploadHandler } from '@hcengineering/uploader'
|
||||
|
||||
/**
|
||||
@@ -35,13 +37,8 @@ const recordPlugin = plugin(recorderId, {
|
||||
StreamUrl: '' as Metadata<string>,
|
||||
GetCustomMediaStream: '' as Metadata<GetMediaStream>
|
||||
},
|
||||
string: {
|
||||
Pause: '' as IntlString,
|
||||
Stop: '' as IntlString,
|
||||
Resume: '' as IntlString,
|
||||
Record: '' as IntlString,
|
||||
Cancel: '' as IntlString,
|
||||
ClickToSkip: '' as IntlString
|
||||
space: {
|
||||
Drive: '' as Ref<Drive>
|
||||
},
|
||||
function: {
|
||||
Record: '' as Resource<UploadHandler>
|
||||
|
||||
Reference in New Issue
Block a user