1+ export const mockListParticipantsResponse = [ {
2+ accountSid : "ACXXX" ,
3+ chatServiceSid : "ISXXX" ,
4+ conversationState : "active" ,
5+ conversationTimers : { } ,
6+ conversationUniqueName : null ,
7+ links : {
8+ conversation : "https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29" ,
9+ participant : "https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29/Participants/MB2d794fc4f4af4ee49ddcc1bdd8be6b94"
10+ } ,
11+ participantIdentity : null ,
12+ participantMessagingBinding : {
13+ name : null ,
14+ level : null ,
15+ type : "sms" ,
16+ proxy_address : "+3334445555" ,
17+ address : "+2223334444" ,
18+ projected_address : null
19+ } ,
20+ participantSid : "MB2d794fc4f4af4ee49ddcc1bdd8be6b94" ,
21+ participantUserSid : null
22+ } , {
23+ accountSid : "ACXXX" ,
24+ chatServiceSid : "ISXXX" ,
25+ conversationState : "active" ,
26+ conversationTimers : { } ,
27+ conversationUniqueName : null ,
28+ links : {
29+ conversation : "https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29" ,
30+ participant : "https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29/Participants/MB2d794fc4f4af4ee49ddcc1bdd8be6b94"
31+ } ,
32+ participantIdentity : null ,
33+ participantMessagingBinding : {
34+ name : null ,
35+ level : null ,
36+ type : "sms" ,
37+ proxy_address : "+4445556666" ,
38+ address : "+2223334444" ,
39+ projected_address : null
40+ } ,
41+ participantSid : "MB2d794fc4f4af4ee49ddcc1bdd8be6b94" ,
42+ participantUserSid : null
43+ } ]
0 commit comments