@voxket-ai/voxket-live 1.1.122 → 1.1.124

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,8 @@ export declare class MediaManager {
76
76
  disableCamera(): Promise<void>;
77
77
  /**
78
78
  * Switch between front and rear camera (mobile only).
79
- * Disables the current camera track and re-enables with opposite facingMode.
79
+ * Enumerates available cameras and explicitly switches to the other camera's
80
+ * device ID (more reliable than relying on facingMode constraint alone).
80
81
  */
81
82
  switchCamera(): Promise<void>;
82
83
  /**