phone.saveCallDebug

Send phone call debug data to server

 Method schema is available as of layer 65. Switch »

Parameters

Name Type Description
peer InputPhoneCall Phone call
debug DataJSON Debug statistics obtained from libtgvoip

Result

Bool

Possible errors

Code Type Description
400 CALL_PEER_INVALID The provided call peer object is invalid.
400 DATA_JSON_INVALID The provided JSON data is invalid.
Go up