Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 642 Bytes

File metadata and controls

28 lines (16 loc) · 642 Bytes

Home > sip.js > SessionManagerDelegate > onCallCreated

SessionManagerDelegate.onCallCreated() method

Called when a call is created.

Signature:

onCallCreated?(session: Session): void;

Parameters

Parameter Type Description
session Session

Returns:

void

Remarks

Callback for handling the creation of a new Session.