Pyrubi icon indicating copy to clipboard operation
Pyrubi copied to clipboard

call types

Open mhghotbi opened this issue 1 year ago • 0 comments

what are valid callType inputs for this method?

def requestCall(self, objectGuid:str, callType:str) -> dict: return self.network.request( method="requestCall", input={ "call_type": callType, "library_versions": ["2.7.7","2.4.4"], "max_layer": 92, "min_layer": 65, "sip_version": 1, "support_call_out": True, "user_guid": objectGuid } )

mhghotbi avatar Feb 23 '24 01:02 mhghotbi