@arcware-cloud/pixelstreaming-websdk 1.3.41 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +0 -2
- package/README.md +0 -2
- package/core.cjs +19343 -0
- package/core.mjs +1 -0
- package/core.umd.cjs +19352 -0
- package/index.cjs +3710 -7812
- package/index.mjs +1 -32858
- package/index.umd.cjs +3710 -7812
- package/package.json +13 -5
- package/report.html +39 -0
- package/stats.json +118354 -0
- package/types/{lib → core}/ArcwareConfig.d.ts +10 -4
- package/types/core/ArcwarePixelStreaming.d.ts +268 -0
- package/types/core/CoreSetup.d.ts +10 -0
- package/types/core/Messages/ErrorMessage.d.ts +11 -0
- package/types/core/Messages/LoveLetter.d.ts +11 -0
- package/types/core/Messages/Ping.d.ts +10 -0
- package/types/core/Messages/Queue.d.ts +23 -0
- package/types/core/Messages/Render.d.ts +8 -0
- package/types/core/Messages/SessionId.d.ts +9 -0
- package/types/core/Messages/Stats.d.ts +34 -0
- package/types/core/Messages/StreamInfo.d.ts +30 -0
- package/types/core/Messages/Version.d.ts +9 -0
- package/types/core/Messages/WebSdkSettings.d.ts +31 -0
- package/types/core/Messages/index.d.ts +17 -0
- package/types/core/domain/ArcwareSettingsSchema.d.ts +61 -0
- package/types/core/domain/CustomizationSchema.d.ts +15 -0
- package/types/core/domain/Session.d.ts +31 -0
- package/types/core/domain/Stats.d.ts +7 -0
- package/types/core/features/ArcwareFileTransferUtil.d.ts +8 -0
- package/types/{lib → core}/features/DiagnosticsCollector.d.ts +1 -1
- package/types/core/features/IWhiteLabel.d.ts +16 -0
- package/types/{lib → core}/features/whiteLabelling.d.ts +2 -3
- package/types/core.d.ts +5 -0
- package/types/index.d.ts +7 -3
- package/types/{lib → ui}/ArcwareApplication.d.ts +41 -8
- package/types/{lib → ui}/ArcwareInit.d.ts +3 -3
- package/types/{lib/ui → ui/components}/AudioButton/index.d.ts +1 -1
- package/types/{lib/ui → ui/components}/MicButton/index.d.ts +1 -1
- package/types/{lib/ui → ui/components}/MicrophoneOverlay/index.d.ts +1 -1
- package/types/{lib/ui → ui/components}/StopButton/index.d.ts +1 -1
- package/types/{lib → ui}/styles/ArcwarePixelStreamingApplicationStyles.d.ts +45 -46
- package/types/lib/ArcwarePixelStreaming.d.ts +0 -140
- package/types/lib/MessageTypes.d.ts +0 -4
- package/types/lib/domain/ArcwareSettingsSchema.d.ts +0 -273
- package/types/lib/domain/Session.d.ts +0 -29
- package/types/lib/domain/Stats.d.ts +0 -36
- package/types/lib/features/ArcwareFileTransferUtil.d.ts +0 -13
- package/types/lib/features/ZWhiteLabel.d.ts +0 -31
- package/types/lib/index.d.ts +0 -6
- package/types/shared/index.d.ts +0 -1
- package/types/shared/lib/Messages/ErrorMessage.d.ts +0 -18
- package/types/shared/lib/Messages/LoveLetter.d.ts +0 -18
- package/types/shared/lib/Messages/Ping.d.ts +0 -15
- package/types/shared/lib/Messages/Queue.d.ts +0 -58
- package/types/shared/lib/Messages/Render.d.ts +0 -9
- package/types/shared/lib/Messages/SessionId.d.ts +0 -12
- package/types/shared/lib/Messages/Stats.d.ts +0 -174
- package/types/shared/lib/Messages/StreamInfo.d.ts +0 -338
- package/types/shared/lib/Messages/Version.d.ts +0 -12
- package/types/shared/lib/Messages/WebSdkSettings.d.ts +0 -96
- package/types/shared/lib/Messages/index.d.ts +0 -185
- package/types/shared/lib/index.d.ts +0 -1
- /package/types/{lib → core}/ApplyUrlHack.d.ts +0 -0
- /package/types/{lib → core}/domain/EventHandler.d.ts +0 -0
- /package/types/{lib → core}/domain/debounce.d.ts +0 -0
- /package/types/{lib → core}/features/ArcwareEventUtil.d.ts +0 -0
- /package/types/{lib → core}/features/common.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/ArcwareLogoLoader/index.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/AudioButton/AudioIcon.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/LoveLetters/index.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/MicIcon/index.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/PlayIcon/index.d.ts +0 -0
- /package/types/{lib/ui → ui/components}/StopIcon/index.d.ts +0 -0
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
export * from "./ErrorMessage";
|
|
2
|
-
export * from "./LoveLetter";
|
|
3
|
-
export * from "./SessionId";
|
|
4
|
-
export * from "./StreamInfo";
|
|
5
|
-
export * from "./Stats";
|
|
6
|
-
export * from "./Ping";
|
|
7
|
-
export * from "./Queue";
|
|
8
|
-
export * from "./Version";
|
|
9
|
-
export * from "./WebSdkSettings";
|
|
10
|
-
export * from "./Render";
|
|
11
|
-
export declare const Send: {
|
|
12
|
-
stats: import("zod").ZodObject<{
|
|
13
|
-
type: import("zod").ZodLiteral<"stats">;
|
|
14
|
-
stats: import("zod").ZodObject<{
|
|
15
|
-
codecs: import("zod").ZodOptional<import("zod").ZodType<Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>, import("zod").ZodTypeDef, Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>>>;
|
|
16
|
-
candidatePair: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[]>>;
|
|
17
|
-
localCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
18
|
-
remoteCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
19
|
-
DataChannelStats: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats, import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats>>;
|
|
20
|
-
bytesReceived: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
21
|
-
packetsLost: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
22
|
-
frameWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
23
|
-
frameHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
24
|
-
framesDecoded: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
25
|
-
framesPerSecond: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
26
|
-
framesDropped: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
27
|
-
videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28
|
-
audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
29
|
-
browserInfo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
30
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
31
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
32
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
33
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
34
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
35
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
36
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
38
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
39
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
40
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
41
|
-
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
42
|
-
currentRTT: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
43
|
-
sessionRunTime: import("zod").ZodOptional<import("zod").ZodString>;
|
|
44
|
-
controlsStreamInput: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, "true" | "false", string>>;
|
|
45
|
-
videoEncoderAvgQP: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
46
|
-
videoBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
47
|
-
audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
48
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
49
|
-
codecs: import("zod").ZodOptional<import("zod").ZodType<Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>, import("zod").ZodTypeDef, Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>>>;
|
|
50
|
-
candidatePair: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[]>>;
|
|
51
|
-
localCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
52
|
-
remoteCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
53
|
-
DataChannelStats: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats, import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats>>;
|
|
54
|
-
bytesReceived: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
55
|
-
packetsLost: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
56
|
-
frameWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
57
|
-
frameHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
58
|
-
framesDecoded: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
59
|
-
framesPerSecond: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
60
|
-
framesDropped: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
61
|
-
videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
62
|
-
audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
63
|
-
browserInfo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
64
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
65
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
66
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
68
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
70
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
72
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
74
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
75
|
-
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
76
|
-
currentRTT: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
77
|
-
sessionRunTime: import("zod").ZodOptional<import("zod").ZodString>;
|
|
78
|
-
controlsStreamInput: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, "true" | "false", string>>;
|
|
79
|
-
videoEncoderAvgQP: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
80
|
-
videoBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
81
|
-
audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
82
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
83
|
-
codecs: import("zod").ZodOptional<import("zod").ZodType<Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>, import("zod").ZodTypeDef, Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>>>;
|
|
84
|
-
candidatePair: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[]>>;
|
|
85
|
-
localCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
86
|
-
remoteCandidates: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[], import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[]>>;
|
|
87
|
-
DataChannelStats: import("zod").ZodOptional<import("zod").ZodType<import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats, import("zod").ZodTypeDef, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats>>;
|
|
88
|
-
bytesReceived: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
89
|
-
packetsLost: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
90
|
-
frameWidth: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
91
|
-
frameHeight: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
92
|
-
framesDecoded: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
93
|
-
framesPerSecond: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
94
|
-
framesDropped: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
95
|
-
videoCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
96
|
-
audioCodec: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97
|
-
browserInfo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
98
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
99
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
100
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
101
|
-
}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{
|
|
102
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
104
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
105
|
-
}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{
|
|
106
|
-
userAgent: import("zod").ZodOptional<import("zod").ZodString>;
|
|
107
|
-
platform: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
108
|
-
language: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109
|
-
}, import("zod").ZodTypeAny, "passthrough">>>;
|
|
110
|
-
currentRTT: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
111
|
-
sessionRunTime: import("zod").ZodOptional<import("zod").ZodString>;
|
|
112
|
-
controlsStreamInput: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, "true" | "false", string>>;
|
|
113
|
-
videoEncoderAvgQP: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
114
|
-
videoBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
115
|
-
audioBitrate: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
116
|
-
}, import("zod").ZodTypeAny, "passthrough">>;
|
|
117
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
118
|
-
type?: "stats";
|
|
119
|
-
stats?: {
|
|
120
|
-
codecs?: Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>;
|
|
121
|
-
candidatePair?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[];
|
|
122
|
-
localCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[];
|
|
123
|
-
remoteCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[];
|
|
124
|
-
DataChannelStats?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats;
|
|
125
|
-
bytesReceived?: number;
|
|
126
|
-
packetsLost?: number;
|
|
127
|
-
frameWidth?: number;
|
|
128
|
-
frameHeight?: number;
|
|
129
|
-
framesDecoded?: number;
|
|
130
|
-
framesPerSecond?: number;
|
|
131
|
-
framesDropped?: number;
|
|
132
|
-
videoCodec?: string;
|
|
133
|
-
audioCodec?: string;
|
|
134
|
-
browserInfo?: {
|
|
135
|
-
userAgent?: string;
|
|
136
|
-
platform?: string;
|
|
137
|
-
language?: string;
|
|
138
|
-
} & {
|
|
139
|
-
[k: string]: unknown;
|
|
140
|
-
};
|
|
141
|
-
currentRTT?: number;
|
|
142
|
-
sessionRunTime?: string;
|
|
143
|
-
controlsStreamInput?: "true" | "false";
|
|
144
|
-
videoEncoderAvgQP?: number;
|
|
145
|
-
videoBitrate?: number;
|
|
146
|
-
audioBitrate?: number;
|
|
147
|
-
} & {
|
|
148
|
-
[k: string]: unknown;
|
|
149
|
-
};
|
|
150
|
-
}, {
|
|
151
|
-
type?: "stats";
|
|
152
|
-
stats?: {
|
|
153
|
-
codecs?: Map<string, import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5/dist/types/PeerConnectionController/CodecStats").CodecStats>;
|
|
154
|
-
candidatePair?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidatePairStats[];
|
|
155
|
-
localCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[];
|
|
156
|
-
remoteCandidates?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").CandidateStat[];
|
|
157
|
-
DataChannelStats?: import("@epicgames-ps/lib-pixelstreamingfrontend-ue5.5").DataChannelStats;
|
|
158
|
-
bytesReceived?: number;
|
|
159
|
-
packetsLost?: number;
|
|
160
|
-
frameWidth?: number;
|
|
161
|
-
frameHeight?: number;
|
|
162
|
-
framesDecoded?: number;
|
|
163
|
-
framesPerSecond?: number;
|
|
164
|
-
framesDropped?: number;
|
|
165
|
-
videoCodec?: string;
|
|
166
|
-
audioCodec?: string;
|
|
167
|
-
browserInfo?: {
|
|
168
|
-
userAgent?: string;
|
|
169
|
-
platform?: string;
|
|
170
|
-
language?: string;
|
|
171
|
-
} & {
|
|
172
|
-
[k: string]: unknown;
|
|
173
|
-
};
|
|
174
|
-
currentRTT?: number;
|
|
175
|
-
sessionRunTime?: string;
|
|
176
|
-
controlsStreamInput?: string;
|
|
177
|
-
videoEncoderAvgQP?: number;
|
|
178
|
-
videoBitrate?: number;
|
|
179
|
-
audioBitrate?: number;
|
|
180
|
-
} & {
|
|
181
|
-
[k: string]: unknown;
|
|
182
|
-
};
|
|
183
|
-
}>;
|
|
184
|
-
};
|
|
185
|
-
export type Send = "onVideoInitialized";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * as Messages from "./Messages";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|