mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 08:55:39 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package rtc
|
|
|
|
func checkUDPReadBuffer() {
|
|
}
|