Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 730 Bytes

File metadata and controls

28 lines (16 loc) · 730 Bytes

Home > sip.js > SimpleUser > register

SimpleUser.register() method

Start receiving incoming calls.

Signature:

register(registererRegisterOptions?: RegistererRegisterOptions): Promise<void>;

Parameters

Parameter Type Description
registererRegisterOptions RegistererRegisterOptions

Returns:

Promise<void>

Remarks

Send a REGISTER request for the UserAgent's AOR. Resolves when the REGISTER request is sent, otherwise rejects.