Isometrik SDKs Overview

Isometrik provides official SDKs for multiple platforms, making it easy to integrate realtime communication into your applications.

Available SDKs

JavaScript/TypeScript

For web applications, Node.js servers, and React applications.

npm install @isometrik/client
View Documentation →

Python

For Python applications, Django, Flask, and FastAPI servers.

pip install isometrik-client
View Documentation →

React

React hooks and components for building realtime UIs.

npm install @isometrik/react
View Documentation →

iOS (Swift)

Native iOS SDK for Swift applications.

pod 'IsometrikClient'
View Documentation →

Android (Kotlin)

Native Android SDK for Kotlin/Java applications.

implementation 'com.isometrik:client:1.0.0'
View Documentation →

React Native

Cross-platform mobile SDK for React Native.

npm install @isometrik/react-native
View Documentation →

Common Features

All SDKs provide consistent APIs for:

  • Connecting to rooms
  • Publishing and subscribing to tracks
  • Handling events and state changes
  • Managing participants
  • Data channels and messaging

Getting Started

Choose your platform and follow the quickstart guide:

Next Steps