Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation page presents feature parity across JavaScript, Windows, Android, and iOS, but does not mention Linux as a supported platform or provide any Linux-specific guidance or examples. Windows is listed as a primary desktop platform, while Linux is omitted entirely, which may lead Linux developers to feel unsupported or unclear about SDK compatibility.
Recommendations
- Explicitly state whether Linux is supported or not for the Calling SDK. If not supported, clarify this early in the documentation.
- If Linux is supported (even partially or via JavaScript in browsers), add a dedicated Linux column to the feature matrix, or provide notes about Linux compatibility.
- Include Linux-specific setup, troubleshooting, or usage examples where relevant, such as installation instructions, environment requirements, or known limitations.
- If certain features are unavailable or limited on Linux, document these gaps explicitly to set clear expectations for Linux developers.
- Where platform-specific APIs or tools are referenced (e.g., Microsoft Entra, PowerShell, Windows APIs), provide Linux alternatives or clarify cross-platform approaches.
Create Pull Request