mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 00:25:17 +00:00
Send ICE configuration to server
This commit is contained in:
@ -18,6 +18,7 @@ export interface DatabaseConfiguration {
|
||||
export interface RTCRelayConfiguration {
|
||||
ip ?: string,
|
||||
token: string,
|
||||
iceServers: string[]
|
||||
}
|
||||
|
||||
export interface Configuration {
|
||||
|
Reference in New Issue
Block a user