mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
clipboard sync and some minor fixes
This commit is contained in:
parent
e3a73aa264
commit
56a5dcf77f
22 changed files with 359 additions and 88 deletions
|
@ -86,7 +86,7 @@ func (s *WebRTC) Set() {
|
|||
videoCodec = webrtc.H264
|
||||
}
|
||||
|
||||
audioCodec := webrtc.VP8
|
||||
audioCodec := webrtc.Opus
|
||||
if viper.GetBool("opus") {
|
||||
audioCodec = webrtc.Opus
|
||||
} else if viper.GetBool("g722") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue