mirror of https://github.com/jetkvm/kvm.git
[WIP] Improvements, Bugfixes: Improve audio experience when running in HTTP mode
This commit is contained in:
parent
7060f9e8d6
commit
d311dee4c6
|
@ -43,6 +43,8 @@ interface MicrophoneHookReturn {
|
|||
isStarting: boolean;
|
||||
isStopping: boolean;
|
||||
isToggling: boolean;
|
||||
// HTTP/HTTPS detection
|
||||
isHttpsRequired: boolean;
|
||||
}
|
||||
|
||||
interface WebRTCVideoProps {
|
||||
|
|
Loading…
Reference in New Issue