Home > sip.js > InviterOptions > earlyMedia
If true, the first answer to the local offer is immediately utilized for media. Requires that the INVITE request MUST NOT fork. Has no effect if inviteWithoutSdp
is true. Default is false.
Signature:
earlyMedia?: boolean;