Files
livekit/pkg/rtc/rtc_windows.go
hn8 6a88bcc2d7 feat: support windows dev env (#101)
Works in Git Bash and PowerShell in Windows 10
2021-08-30 11:36:49 -07:00

8 lines
81 B
Go

//go:build windows
// +build windows
package rtc
func checkUDPReadBuffer() {
}