sip.js.sessionmanagerdelegate.oncallcreated.md

October 20, 2022 ยท View on GitHub

Home > sip.js > SessionManagerDelegate > onCallCreated

SessionManagerDelegate.onCallCreated() method

Called when a call is created.

Signature:

onCallCreated?(session: Session): void;

Parameters

ParameterTypeDescription
sessionSession

Returns:

void

Remarks

Callback for handling the creation of a new Session.

Contents

  1. 1SessionManagerDelegate.onCallCreated() method
  2. 2Parameters
  3. 3Remarks