feat: voice dashboard

This commit is contained in:
Tristan Yang
2023-03-24 11:05:51 +08:00
parent ecfa3b8f24
commit da00f3b797
10 changed files with 100 additions and 32 deletions
+7
View File
@@ -27,6 +27,13 @@ export interface AgoraConfig {
rtm_key: string;
rtm_secret: string;
}
export interface AgoraTokenResponse {
agora_token: string,
uid: number,
channel_name: string,
expired_in: number,
app_id: string;
}
export interface SMTPConfig {
enabled: boolean;
host: string;