Close transport, producer/consumer and reset room when we close the video call
This commit is contained in:
@ -21,6 +21,14 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#closeCallBtn {
|
||||
padding: 5;
|
||||
background-color: papayawhip;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 736px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -55,9 +63,6 @@
|
||||
<button id="btnRecvSendTransport">Consume</button>
|
||||
</div>
|
||||
</td>
|
||||
<td class="remoteColumn">
|
||||
<div id="videoContainer"></div>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- <tr>
|
||||
<td colspan="2">
|
||||
@ -85,6 +90,9 @@
|
||||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
<div id="closeCallBtn">
|
||||
<button id="btnCloseCall" disabled>Close Call</button>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user