API Reference

The WherebyClient is the entry point for this API. Construct it once, and then you can retrieve each of the sub-clients.

import { WherebyClient } from "@whereby.com/core";

const client = new WherebyClient();
const localMedia = client.getLocalMedia();
const roomConnection = client.getRoomConnection();

Clients

WherebyClientLocalMediaClientRoomConnectionClient

Last updated

Was this helpful?