mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2022-03-25 16:00
This commit is contained in:
		| @@ -71,16 +71,44 @@ jitsi_meet_conf_base: | ||||
|   websocket: wss://{{ jitsi_domain }}/xmpp-websocket | ||||
|   clientNode: http://jitsi.org/jitsimeet | ||||
|   focusUserJid: "{{ jitsi_jicofo_xmpp_user }}@{{ jitsi_auth_domain }}" | ||||
|   disableSimulcast: False | ||||
|   constraints: | ||||
|     video: | ||||
|       height: | ||||
|         ideal: 720 | ||||
|         max: 720 | ||||
|         min: 180 | ||||
|       width: | ||||
|         ideal: 1280 | ||||
|         max: 1280 | ||||
|         min: 320 | ||||
|   disableAudioLevels: True | ||||
|   enableNoAudioDetection: True | ||||
|   enableNoisyMicDetection: False | ||||
|   startAudioMuted: 10 | ||||
|   maxFullResolutionParticipants: 4 | ||||
|   startAudioMuted: 15 | ||||
|   startVideoMuted: 15 | ||||
|   enableLayerSuspension: True | ||||
|   enableUnifiedOnChrome: True | ||||
|   maxFullResolutionParticipants: -1 | ||||
|   desktopSharingFrameRate: | ||||
|     min: 5 | ||||
|     max: 30 | ||||
|   disableRtx: False | ||||
|   liveStreamingEnabled: False | ||||
|   channelLastN: -1 | ||||
|   channelLastN: 25 | ||||
|   videoQuality: | ||||
|     preferredCodec: 'VP9' | ||||
|   maxBitratesVideo: | ||||
|     VP8: | ||||
|       low: 200000 | ||||
|       standard: 500000 | ||||
|       high: 1500000 | ||||
|     VP9: | ||||
|       low: 100000 | ||||
|       standard: 300000 | ||||
|       high: 1200000 | ||||
|   useNewBandwidthAllocationStrategy: True | ||||
|   startBitrate: 800 | ||||
|   requireDisplayName: False | ||||
|   prejoinPageEnabled: True | ||||
|   enableInsecureRoomNameWarning: True | ||||
| @@ -90,10 +118,16 @@ jitsi_meet_conf_base: | ||||
|   localRecording: | ||||
|     enabled: True | ||||
|   p2p: | ||||
|     enabled: False | ||||
|     stunServers: "{{ jitsi_stun_servers }}" | ||||
|     enabled: True | ||||
|     enableUnifiedOnChrome: True | ||||
|     preferredCodec: 'VP9' | ||||
|     disableH264: True | ||||
|     useStunTurn: True | ||||
|   analytics: | ||||
|     disabled: True | ||||
|   testing: | ||||
|     enableThumbnailReordering: True | ||||
|     capScreenshareBitrate: 0 | ||||
|   toolbarButtons: | ||||
|     - camera | ||||
|     - chat | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud