mirror of
https://github.com/livekit/livekit.git
synced 2026-04-27 04:15:24 +00:00
6a88bcc2d7
Works in Git Bash and PowerShell in Windows 10
8 lines
81 B
Go
8 lines
81 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package rtc
|
|
|
|
func checkUDPReadBuffer() {
|
|
}
|