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()
58
58
59
59
elem . Room ( "name" , "participant_identity" ) ;
60
60
61
- elem . Autopilot ( "name" ) ;
62
-
63
61
elem . Stream (
64
62
"name" ,
65
63
"connector_name" ,
@@ -98,7 +96,6 @@ public void TestElementWithChildren()
98
96
"<?xml version=\" 1.0\" encoding=\" utf-8\" ?>" + Environment . NewLine +
99
97
"<Connect>" + Environment . NewLine +
100
98
" <Room participantIdentity=\" participant_identity\" >name</Room>" + Environment . NewLine +
101
- " <Autopilot>name</Autopilot>" + Environment . NewLine +
102
99
" <Stream name=\" name\" connectorName=\" connector_name\" url=\" url\" track=\" inbound_track\" statusCallback=\" status_callback\" statusCallbackMethod=\" GET\" ></Stream>" + Environment . NewLine +
103
100
" <VirtualAgent connectorName=\" connector_name\" language=\" language\" sentimentAnalysis=\" true\" statusCallback=\" status_callback\" statusCallbackMethod=\" GET\" ></VirtualAgent>" + Environment . NewLine +
104
101
" <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