mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 15:13:40 +00:00
35 lines
535 B
YAML
35 lines
535 B
YAML
# olcrtc failover config example
|
|
# Use the same profile order on both peers.
|
|
|
|
mode: srv
|
|
link: direct
|
|
|
|
crypto:
|
|
key_file: "./olcrtc.key"
|
|
|
|
net:
|
|
dns: "1.1.1.1:53"
|
|
|
|
data: data
|
|
|
|
profiles:
|
|
- name: wb-vp8
|
|
auth:
|
|
provider: wbstream
|
|
room:
|
|
id: "REPLACE_WITH_WB_ROOM_ID"
|
|
net:
|
|
transport: vp8channel
|
|
|
|
- name: jitsi-datachannel
|
|
auth:
|
|
provider: jitsi
|
|
room:
|
|
id: "https://meet.example.org/REPLACE_WITH_ROOM_NAME"
|
|
net:
|
|
transport: datachannel
|
|
|
|
failover:
|
|
retry_delay: 2s
|
|
max_cycles: 0
|