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:
|
2020-05-11 15:28:14 +02:00
|
|
|
# When a whiteboard is loading in a client
|
|
|
|
onWhiteboardLoad:
|
|
|
|
# should an (editable) whiteboard be started in read-only mode by default
|
|
|
|
setReadOnly: false
|
|
|
|
# should the whiteboard info be displayed by default
|
|
|
|
displayInfo: 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
|