xinelu-doctor-app/TrtcCloud/view/TrtcRemoteView.nvue

24 lines
351 B
Plaintext
Raw Normal View History

2023-11-08 09:10:38 +08:00
<template>
<TRTCCloudUniPlugin-TXRemoteViewComponent :userId="userId" :viewId="viewId"></TRTCCloudUniPlugin-TXRemoteViewComponent>
</template>
<script>
export default {
name: 'TrtcRemoteView',
props: {
userId: {
type: String,
default: ''
},
viewId: {
type: String,
default: ''
}
},
}
</script>
<style>
</style>