Function createNewMatrixCall

  • DEPRECATED Use client.createCall()

    Create a new Matrix call for the browser.

    Returns

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

    Parameters

    • client: MatrixClient

      The client instance to use.

    • roomId: string

      The room the call is in.

    • Optional options: Pick<CallOpts, "invitee" | "forceTURN" | "opponentDeviceId" | "opponentSessionId" | "groupCallId">

      DEPRECATED optional options map.

    Returns MatrixCall | null

Generated using TypeDoc