clipboard sync and some minor fixes
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user