Skip to main content

Interface: CtiCallEvent

The cti.call payload. ownsMedia is true only in the instance whose own session answered and holds the call's RTCPeerConnection — every other mounted instance reports the same call with ownsMedia: false.

Properties

call

call: {
from: string;
id: string;
ownsMedia: boolean;
state: string;
to: string;
type: "inbound" | "outbound";
};

from

from: string;

id

id: string;

ownsMedia

ownsMedia: boolean;

state

state: string;

to

to: string;

type

type: "inbound" | "outbound";