Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

sip.js.inviteroptions.earlymedia.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

Home > sip.js > InviterOptions > earlyMedia

InviterOptions.earlyMedia property

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;