Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 400 Bytes

sip.js.session.offer.md

File metadata and controls

13 lines (8 loc) · 400 Bytes

Home > sip.js > Session > offer

Session.offer property

The current offer if signalingState is not initial or closed. Otherwise undefined.

Signature:

readonly offer: Body | undefined;