1
0
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:
2020-04-10 10:05:10 +02:00
parent e8a0e70ffe
commit 6aec00b3f4
3 changed files with 42 additions and 6 deletions

View File

@ -18,6 +18,7 @@ export interface DatabaseConfiguration {
export interface RTCRelayConfiguration {
ip ?: string,
token: string,
iceServers: string[]
}
export interface Configuration {