docs: update platform support in DrmParams interface (#4736)

This commit is contained in:
Kamil Moskała
2025-10-23 16:07:22 +02:00
committed by GitHub
parent e3813d057f
commit dab0a4c54e
@@ -5,7 +5,7 @@
export interface DrmParams {
/**
* The license URL for the DRM license request.
* @platform iOS, visionOS
* @platform Android, iOS, visionOS
*/
licenseUrl?: string;
/**