call Sip
Makes a SIP call to the user with the given sip uri. The identity should be in the form "user@server".
Return
A Call instance.
Parameters
SIP URI to dial in to.
Throws
If SinchClient is not started.
If the size of all header strings exceeds 1024 bytes when encoded as UTF-8.
If missing a permission required to place a call.
Makes a SIP call to the user with the given sip uri. The identity should be in the form "user@server".
Return
A Call instance.
Parameters
SIP URI to dial in to.
Headers to pass with the call.
Throws
If SinchClient is not started.
If the size of all headers strings exceeds 1024 bytes when encoded as UTF-8.
If missing a permission required to place a call.
Makes a SIP call to the user with the given sip uri. The identity should be in the form "user@server".
Return
A Call instance.
Parameters
SIP URI to dial in to.
Identifier of the caller.
Throws
If SinchClient is not started.
If sipUri exceeds 64 characters.
If missing a permission required to place a call.
Makes a SIP call to the user with the given sip uri. The identity should be in the form "user@server".
Return
A Call instance.
Parameters
SIP URI to dial in to.
Identifier of the caller.
Headers to pass with the call.
Throws
If SinchClient is not started.
If the size of all headers strings exceeds 1024 bytes when encoded as UTF-8.
If missing a permission required to place a call.