2020-05-10 22:19:32 +02:00
|
|
|
backend:
|
|
|
|
# TODO
|
|
|
|
accessToken: ""
|
|
|
|
# TODO
|
|
|
|
webdav: false
|
|
|
|
performance:
|
2020-05-11 14:12:20 +02:00
|
|
|
# Whiteboard information broadcasting frequency (in Hz i.e. /s)
|
2020-05-10 22:19:32 +02:00
|
|
|
# => diminishing this will result in more latency
|
|
|
|
whiteboardInfoBroadcastFreq: 1
|
|
|
|
|
|
|
|
frontend:
|
|
|
|
# When an editable whiteboard is loading in a client,
|
|
|
|
# should it be started in read-only mode.
|
2020-05-10 23:13:55 +02:00
|
|
|
readOnlyOnWhiteboardLoad: false
|
2020-05-10 22:19:32 +02:00
|
|
|
# Show smallest screen indicator
|
|
|
|
showSmallestScreenIndicator: true
|
2020-05-10 23:13:55 +02:00
|
|
|
performance:
|
2020-05-11 14:12:20 +02:00
|
|
|
pointerEventsThrottling:
|
|
|
|
- fromNbUser: 0
|
|
|
|
minDistDelta: 1
|
|
|
|
maxFreq: 30
|
2020-05-10 23:13:55 +02:00
|
|
|
refreshInfoFreq: 5
|