feat: voice dashboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user