[+] 整体架构调整
生产者接入完成 媒体作为信令服务的终端注册
This commit is contained in:
@@ -1,2 +1,14 @@
|
||||
<!-- 远程终端 -->
|
||||
<template></template>
|
||||
<template>
|
||||
<video></video>
|
||||
<audio></audio>
|
||||
<div>
|
||||
<el-button type="primary" title="关闭麦克风" :icon="Edit" circle />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "RemoteClient",
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user