mirror of https://github.com/jetkvm/kvm.git
Merge branch 'dev' into feat/audio-support
This commit is contained in:
commit
e0f7b1d930
10
webrtc.go
10
webrtc.go
|
@ -30,12 +30,12 @@ type Session struct {
|
||||||
AudioInputManager *audio.AudioInputManager
|
AudioInputManager *audio.AudioInputManager
|
||||||
shouldUmountVirtualMedia bool
|
shouldUmountVirtualMedia bool
|
||||||
// Microphone operation throttling
|
// Microphone operation throttling
|
||||||
micCooldown time.Duration
|
micCooldown time.Duration
|
||||||
// Audio frame processing
|
// Audio frame processing
|
||||||
audioFrameChan chan []byte
|
audioFrameChan chan []byte
|
||||||
audioStopChan chan struct{}
|
audioStopChan chan struct{}
|
||||||
audioWg sync.WaitGroup
|
audioWg sync.WaitGroup
|
||||||
rpcQueue chan webrtc.DataChannelMessage
|
rpcQueue chan webrtc.DataChannelMessage
|
||||||
}
|
}
|
||||||
|
|
||||||
type SessionConfig struct {
|
type SessionConfig struct {
|
||||||
|
|
Loading…
Reference in New Issue