Added rooms and connect to existing publisher
This commit is contained in:
@ -25,8 +25,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<body>
|
||||
<label for="assetId">My asset id:</label><br>
|
||||
<input type="number" id="assetId" name="assetId"><br>
|
||||
<div id="video">
|
||||
<table>
|
||||
<thead>
|
||||
@ -49,11 +47,16 @@
|
||||
<tr>
|
||||
<td>
|
||||
<div id="sharedBtns">
|
||||
<button id="btnLocalVideo">1. Get Local Video</button>
|
||||
<button id="btnLocalVideo">Publish</button>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div id="sharedBtns">
|
||||
<button id="btnRecvSendTransport">Consume</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- <tr>
|
||||
<td colspan="2">
|
||||
<div id="sharedBtns">
|
||||
<button id="btnRtpCapabilities">2. Get Rtp Capabilities</button>
|
||||
@ -76,7 +79,7 @@
|
||||
<button id="btnConnectRecvTransport">7. Connect Recv Transport & Consume</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tr> -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user