phone.sendSignalingData

Send VoIP signaling data for an ongoing phone call.

 Method schema is available as of layer 114. Switch »

Parameters

Name Type Description
peer InputPhoneCall Phone call
data bytes Signaling payload

Result

Bool

Only users can use this method

Possible errors

Code Type Description
400 CALL_NOT_ACTIVE The specified call is not active.
400 CALL_PEER_INVALID The provided call peer object is invalid.

Related pages

Calls