tam
This commit is contained in:
@@ -41,3 +41,18 @@ func GetWifiConnection() WifiConnection {
|
||||
|
||||
// RequestLocationAccess requests Location permission (stub for Windows)
|
||||
func RequestLocationAccess() {}
|
||||
|
||||
// RequestCameraAndMicAccess stub
|
||||
func RequestCameraAndMicAccess() {}
|
||||
|
||||
// RequestScreenCaptureAccess stub
|
||||
func RequestScreenCaptureAccess() {}
|
||||
|
||||
// GetCameraPermission stub
|
||||
func GetCameraPermission() int { return -1 }
|
||||
|
||||
// GetMicrophonePermission stub
|
||||
func GetMicrophonePermission() int { return -1 }
|
||||
|
||||
// GetScreenCapturePermission stub
|
||||
func GetScreenCapturePermission() int { return -1 }
|
||||
|
||||
Reference in New Issue
Block a user