@trtc/calls-uikit-react 4.2.5 → 4.4.0
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/package.json +3 -3
- package/src/TUICallService/CallService/index.ts +6 -1
- package/src/TUICallService/locales/en.ts +2 -0
- package/src/TUICallService/locales/ja_JP.ts +2 -0
- package/src/TUICallService/locales/zh-cn.ts +2 -0
- package/src/TUICallService/utils/common-utils.ts +1 -1
- package/src/index.ts +1 -1
- package/tuicall-uikit-react.es.js +1615 -1606
- package/tuicall-uikit-react.umd.js +2 -2
- package/types/TUICallService/locales/en.d.ts +2 -0
- package/types/TUICallService/locales/ja_JP.d.ts +2 -0
- package/types/TUICallService/locales/zh-cn.d.ts +2 -0
|
@@ -61,6 +61,8 @@ export declare const en: {
|
|
|
61
61
|
"The network is poor during your current call": string;
|
|
62
62
|
"The other user network is poor during the current call": string;
|
|
63
63
|
"TUICallKit init is not complete": string;
|
|
64
|
+
"auto play failed": string;
|
|
65
|
+
"click to resume": string;
|
|
64
66
|
"Video call": string;
|
|
65
67
|
"Voice call": string;
|
|
66
68
|
"Call End": string;
|
|
@@ -71,6 +71,8 @@ export declare const ja_JP: {
|
|
|
71
71
|
"The network is poor during your current call": string;
|
|
72
72
|
"The other user network is poor during the current call": string;
|
|
73
73
|
"TUICallKit init is not complete": string;
|
|
74
|
+
"auto play failed": string;
|
|
75
|
+
"click to resume": string;
|
|
74
76
|
timeout: string;
|
|
75
77
|
'kick out': string;
|
|
76
78
|
'Invited group call': string;
|
|
@@ -61,6 +61,8 @@ export declare const zh: {
|
|
|
61
61
|
"The network is poor during your current call": string;
|
|
62
62
|
"The other user network is poor during the current call": string;
|
|
63
63
|
"TUICallKit init is not complete": string;
|
|
64
|
+
"auto play failed": string;
|
|
65
|
+
"click to resume": string;
|
|
64
66
|
"Video call": string;
|
|
65
67
|
"Voice call": string;
|
|
66
68
|
"Call End": string;
|