@@ -19,6 +19,48 @@ export const mockListParticipantsResponse = [{
1919 } ,
2020 participantSid : 'MB2d794fc4f4af4ee49ddcc1bdd8be6b94' ,
2121 participantUserSid : null
22+ } , {
23+ accountSid : 'ACXXX' ,
24+ chatServiceSid : 'ISXXX' ,
25+ conversationState : 'inactive' ,
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 : '+3334449999' ,
38+ address : '+2223334444' ,
39+ projected_address : null
40+ } ,
41+ participantSid : 'MB2d794fc4f4af4ee49ddcc1bdd8be6b94' ,
42+ participantUserSid : null
43+ } , {
44+ accountSid : 'ACXXX' ,
45+ chatServiceSid : 'ISXXX' ,
46+ conversationState : 'closed' ,
47+ conversationTimers : { } ,
48+ conversationUniqueName : null ,
49+ links : {
50+ conversation : 'https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29' ,
51+ participant : 'https://conversations.twilio.com/v1/Conversations/CH82681a28cddf4475afda30a2d94d9b29/Participants/MB2d794fc4f4af4ee49ddcc1bdd8be6b94'
52+ } ,
53+ participantIdentity : null ,
54+ participantMessagingBinding : {
55+ name : null ,
56+ level : null ,
57+ type : 'sms' ,
58+ proxy_address : '+3334445555' ,
59+ address : '+2223334444' ,
60+ projected_address : null
61+ } ,
62+ participantSid : 'MB2d794fc4f4af4ee49ddcc1bdd8be6b94' ,
63+ participantUserSid : null
2264} , {
2365 accountSid : 'ACXXX' ,
2466 chatServiceSid : 'ISXXX' ,
0 commit comments