harshjoshi16
Results
1
comments of
harshjoshi16
Hi, I am passing the values like this - ```python participant_config = {"room_name": room.name, "sip_trunk_id": outbound_trunk.sip_trunk_id, "sip_call_to": call_config.to_number, "participant_identity": str(call_config.to_number), "participant_name": "test caller", "wait_until_answered": True, } ``` If I comment...