File tree Expand file tree Collapse file tree 2 files changed +0
-102
lines changed
Expand file tree Collapse file tree 2 files changed +0
-102
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ public void TestElementWithChildren()
5858
5959 elem . Room ( "name" , "participant_identity" ) ;
6060
61- elem . Autopilot ( "name" ) ;
62-
6361 elem . Stream (
6462 "name" ,
6563 "connector_name" ,
@@ -98,7 +96,6 @@ public void TestElementWithChildren()
9896 "<?xml version=\" 1.0\" encoding=\" utf-8\" ?>" + Environment . NewLine +
9997 "<Connect>" + Environment . NewLine +
10098 " <Room participantIdentity=\" participant_identity\" >name</Room>" + Environment . NewLine +
101- " <Autopilot>name</Autopilot>" + Environment . NewLine +
10299 " <Stream name=\" name\" connectorName=\" connector_name\" url=\" url\" track=\" inbound_track\" statusCallback=\" status_callback\" statusCallbackMethod=\" GET\" ></Stream>" + Environment . NewLine +
103100 " <VirtualAgent connectorName=\" connector_name\" language=\" language\" sentimentAnalysis=\" true\" statusCallback=\" status_callback\" statusCallbackMethod=\" GET\" ></VirtualAgent>" + Environment . NewLine +
104101 " <Conversation serviceInstanceSid=\" service_instance_sid\" inboundAutocreation=\" true\" routingAssignmentTimeout=\" 1\" inboundTimeout=\" 1\" url=\" https://example.com\" method=\" GET\" record=\" do-not-record\" trim=\" trim-silence\" recordingStatusCallback=\" https://example.com\" recordingStatusCallbackMethod=\" GET\" recordingStatusCallbackEvent=\" in-progress\" statusCallback=\" https://example.com\" statusCallbackMethod=\" GET\" statusCallbackEvent=\" call-initiated\" ></Conversation>" + Environment . NewLine +
You can’t perform that action at this time.
0 commit comments