refactor: rename agora fields

This commit is contained in:
Tristan Yang
2023-04-19 11:26:32 +08:00
parent 03d4803034
commit 297ae61685
3 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const Voice = () => {
});
useGetAgoraVoicingListQuery({
appid: agoraConfig?.app_id ?? "",
key: agoraConfig?.rtm_key ?? "",
secret: agoraConfig?.rtm_secret ?? "",
key: agoraConfig?.customer_id ?? "",
secret: agoraConfig?.customer_secret ?? "",
}, {
skip: !isAdmin || !agoraConfig?.enabled || !navigator.onLine,