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
| Parameter | Type | Description |
|---|---|---|
| session | Session |
Returns:
void
Remarks
Callback for handling the creation of a new Session.