胡斌

improve the display of agora related command result

正在显示 1 个修改的文件 包含 3 行增加3 行删除
@@ -1843,7 +1843,7 @@ @@ -1843,7 +1843,7 @@
1843 <tr> 1843 <tr>
1844 <td colspan="2"><button type="button" id="enter_channel" onclick="javascript:onTestClick(this);">Enter Channel</button></td> 1844 <td colspan="2"><button type="button" id="enter_channel" onclick="javascript:onTestClick(this);">Enter Channel</button></td>
1845 <td colspan="2"><button type="button" id="leave_channel" onclick="javascript:onTestClick(this);">Leave Channel</button></td> 1845 <td colspan="2"><button type="button" id="leave_channel" onclick="javascript:onTestClick(this);">Leave Channel</button></td>
1846 - <td><div id="res_enter_channel"></div></td> 1846 + <td colspan="2" id="res_enter_channel"></td>
1847 </tr> 1847 </tr>
1848 <tr> 1848 <tr>
1849 <td><img src="images/spacer.gif" width="55" height="30" /></td> 1849 <td><img src="images/spacer.gif" width="55" height="30" /></td>
@@ -1863,7 +1863,7 @@ @@ -1863,7 +1863,7 @@
1863 <tr> 1863 <tr>
1864 <td colspan="2"><button type="button" id="start_screen_share" onclick="javascript:onTestClick(this);">Start Screen share</button></td> 1864 <td colspan="2"><button type="button" id="start_screen_share" onclick="javascript:onTestClick(this);">Start Screen share</button></td>
1865 <td colspan="2"><button type="button" id="stop_screen_share" onclick="javascript:onTestClick(this);">Stop Screen Share</button></td> 1865 <td colspan="2"><button type="button" id="stop_screen_share" onclick="javascript:onTestClick(this);">Stop Screen Share</button></td>
1866 - <td><div id="res_screen_share"></div></td> 1866 + <td colspan="2" id="res_screen_share"></td>
1867 </tr> 1867 </tr>
1868 </tr> 1868 </tr>
1869 <td colspan="2"><button type="button" id="get_aac_mics" onclick="javascript:onTestClick(this);">Get Agora Mics</button></td> 1869 <td colspan="2"><button type="button" id="get_aac_mics" onclick="javascript:onTestClick(this);">Get Agora Mics</button></td>
@@ -1874,7 +1874,7 @@ @@ -1874,7 +1874,7 @@
1874 <tr> 1874 <tr>
1875 <td colspan="2"><button type="button" id="start_audio_share" onclick="javascript:onTestClick(this);">Start Audio share</button></td> 1875 <td colspan="2"><button type="button" id="start_audio_share" onclick="javascript:onTestClick(this);">Start Audio share</button></td>
1876 <td colspan="2"><button type="button" id="stop_audio_share" onclick="javascript:onTestClick(this);">Stop Audio Share</button></td> 1876 <td colspan="2"><button type="button" id="stop_audio_share" onclick="javascript:onTestClick(this);">Stop Audio Share</button></td>
1877 - <td><div id="res_audio_share"></div></td> 1877 + <td colspan="2" id="res_audio_share"></td>
1878 </tr> 1878 </tr>
1879 1879
1880 </table> 1880 </table>