🔧(frontend) add telephony feature configuration from backend
Pass telephony service availability and settings to frontend to enable conditional UI rendering based on SIP functionality status.
This commit is contained in:
committed by
aleb_the_flash
parent
988e5aa256
commit
70d250cc9c
@@ -30,6 +30,11 @@ export interface ApiConfig {
|
||||
available_modes?: RecordingMode[]
|
||||
expiration_days?: number
|
||||
}
|
||||
telephony: {
|
||||
enabled: boolean
|
||||
phone_number?: string
|
||||
default_country?: string
|
||||
}
|
||||
manifest_link?: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user