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.
Parameters
Section titled “Parameters”client
Section titled “client”The client instance to use.
roomId
Section titled “roomId”string
The room the call is in.
options?
Section titled “options?”Pick<CallOpts, "invitee" | "forceTURN" | "opponentDeviceId" | "opponentSessionId" | "groupCallId">
DEPRECATED optional options map.
Returns
Section titled “Returns”DigitalWorldCall | null
the call or null if the browser doesn’t support calling.