@@ -16,23 +16,24 @@ <h1>Bidirectional Sample</h1>
1616 < div id ="warning " hidden =true > </ div >
1717
1818 < div id ="select ">
19- < label for ="videoSource "> Video source: </ label > < select id ="videoSource "> </ select >
20- < label for ="audioSource "> Audio source: </ label > < select id ="audioSource "> </ select >
19+ < label for ="videoSource "> Video source: </ label >
20+ < select id ="videoSource " autocomplete ="off "> </ select >
21+ < label for ="audioSource "> Audio source: </ label >
22+ < select id ="audioSource " autocomplete ="off "> </ select >
2123 </ div >
2224
2325 < div id ="resolutionSelect ">
24- < label for ="videoResolution "> Video resolution: </ label > < select id ="videoResolution "> </ select >
26+ < label for ="videoResolution "> Video resolution: </ label > < select id ="videoResolution " autocomplete =" off " > </ select >
2527 </ div >
2628 < div id ="resolutionInput ">
27- < label for ="cameraWidth "> Camera width:</ label > < input id ="cameraWidth " type ="number " min ="0 " max ="4096 " disabled >
28- < label for ="cameraHeight "> Camera height:</ label > < input id ="cameraHeight " type ="number " min ="0 " max ="4096 "
29- disabled >
29+ < label for ="cameraWidth "> Camera width:</ label > < input id ="cameraWidth " type ="number " min ="0 " max ="4096 " autocomplete ="off " disabled >
30+ < label for ="cameraHeight "> Camera height:</ label > < input id ="cameraHeight " type ="number " min ="0 " max ="4096 " autocomplete ="off " disabled >
3031 </ div >
3132
3233 < div id ="buttons ">
33- < button type ="button " id ="startVideoButton "> Start Video</ button >
34- < button type ="button " id ="setUpButton " disabled > Set Up</ button >
35- < button type ="button " id ="hangUpButton " disabled > Hang Up</ button >
34+ < button type ="button " id ="startVideoButton " autocomplete =" off " > Start Video</ button >
35+ < button type ="button " id ="setUpButton " autocomplete =" off " disabled > Set Up</ button >
36+ < button type ="button " id ="hangUpButton " autocomplete =" off " disabled > Hang Up</ button >
3637 </ div >
3738
3839 < div id ="preview ">
@@ -54,7 +55,7 @@ <h2>Remote</h2>
5455 </ div >
5556 < div class ="box ">
5657 < span > Codec preferences:</ span >
57- < select id ="codecPreferences " disabled >
58+ < select id ="codecPreferences " autocomplete =" off " disabled >
5859 < option selected value =""> Default</ option >
5960 </ select >
6061 </ div >
@@ -80,4 +81,4 @@ <h2>Remote</h2>
8081
8182</ body >
8283
83- </ html >
84+ </ html >
0 commit comments