defaultVideoCapturerFactory

Creates a default video capturer factory for the current platform.

This function returns a platform-specific implementation of VideoCapturerFactory that provides access to the device's default video capture capabilities.

Platform Behavior

  • iOS: Returns a factory that creates camera-based video capturers

  • Simulator: Returns a factory that creates synthetic video capturers

Report a problem