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
@@ -28,8 +28,8 @@ export interface AgoraConfig {
project_id: string;
app_id: string;
app_certificate: string;
rtm_key: string;
rtm_secret: string;
customer_id: string;
customer_secret: string;
}
export interface AgoraVoicingListResponse {
success: boolean,