Skip to main content

Quickstart

Use this page when the goal is to get a framework integration running with the least amount of decision overhead.

Fastest path by framework

FrameworkStart hereBest when
ReactJSReactJS SDKYou want the most direct web integration path.
AngularAngular SDKYou want Angular-native DI and wrappers.
React NativeReact Native SDKYou are shipping a bare RN app.
ExpoReact Native Expo SDKYou are on the Expo-managed workflow.
VueVue SDKYou want composition-friendly Vue integration.
Sharedmediasfu-sharedYou are building your own wrapper or framework integration.

Minimum sequence

  1. Install the package for your framework from the matching SDK page.
  2. Choose cloud or self-hosted backend mode.
  3. Put a secure backend proxy in front of production create/join flows.
  4. Validate the first working path with the prebuilt/default integration.
  5. Only after that, move to headless mode or UI overrides.

Guardrails

  • Do not start with heavy customization before a baseline join flow works.
  • Do not ship frontend-held MediaSFU production credentials.
  • Use the framework SDK page for package-specific caveats and peer dependencies.
  • Test real-time features such as translation, whiteboard, screen share, and reconnect behavior in the app environments you plan to support.