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
WherebyClientLocalMediaClientRoomConnectionClientLast updated
Was this helpful?