I am trying to use patch api to answer a webrtc based call using python sdk.
api_instance.patch_conversations_call_participant(conversation_id=conversation_id,
participant_id=participant_id,
body=body)
But Iam unable to answer the call !
I am trying to use patch api to answer a webrtc based call using python sdk.
api_instance.patch_conversations_call_participant(conversation_id=conversation_id,
participant_id=participant_id,
body=body)
But Iam unable to answer the call !
hi varunpintu23,
I believe this endpoint allows you to modify the participant info. You can't answer a webrtc call using the python SDK. What exactly are you trying to achieve ?
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.