Skip to content

createNewDigitalWorldCall

createNewDigitalWorldCall(client, roomId, options?): DigitalWorldCall | null

Defined in: src/webrtc/call.ts:3035

DEPRECATED Use client.createCall()

Create a new Digital World call for the browser.

DigitalWorldClient

The client instance to use.

string

The room the call is in.

Pick<CallOpts, "invitee" | "forceTURN" | "opponentDeviceId" | "opponentSessionId" | "groupCallId">

DEPRECATED optional options map.

DigitalWorldCall | null

the call or null if the browser doesn’t support calling.