• Chad Phillips's avatar
    FS-11117: font_scale float values, add min/max_font_size when setting video banner · fecb5d36
    Chad Phillips 提交于
    Previously, the font_scale parameter available for the video_mute_banner/video_banner_text
    conference channel variable would only accept integer values. It now can accept float
    values for more fine grained control, eg:
    
      <action
        application="set"
        data="video_banner_text={font_scale=.75}Banner Text"
      />
    
    Add params to set min_font_size and max_font_size for video banners.
    
    The hard-coded defaults of 5/24 for min/max font size don't always look good
    depending on the layout use case. This adds min_font_size and max_font_size
    params for more fine-grained control, eg:
    
      <action
        application="set"
        data="video_banner_text={min_font_size=8,max_font_size=14}Banner Text"
      />
    fecb5d36
名称
最后提交
最后更新
..
applications 正在载入提交数据...
asr_tts 正在载入提交数据...
codecs 正在载入提交数据...
dialplans 正在载入提交数据...
directories/mod_ldap 正在载入提交数据...
endpoints 正在载入提交数据...
event_handlers 正在载入提交数据...
formats 正在载入提交数据...
languages 正在载入提交数据...
loggers 正在载入提交数据...
say 正在载入提交数据...
sdk/autotools 正在载入提交数据...
timers 正在载入提交数据...
xml_int 正在载入提交数据...
.gitignore 正在载入提交数据...
Makefile.am 正在载入提交数据...