@jp-web/ts-sdk
Version:
视频客服,视频会议Web端及微信小程序端SDK
558 lines • 35 kB
HTML
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>WeChatLocalStreamOptions | wechat-conference-sdk</title>
<meta name="description" content="Documentation for wechat-conference-sdk">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">wechat-conference-sdk</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../index.html">Globals</a>
</li>
<li>
<a href="../modules/_we_chat_guest_constants_.html">"we-chat/guest/Constants"</a>
</li>
<li>
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html">WeChatLocalStreamOptions</a>
</li>
</ul>
<h1>Interface WeChatLocalStreamOptions</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>定义<code><local-stream></code>组件的配置参数</p>
</div>
<dl class="tsd-comment-tags">
<dt>property</dt>
<dd><p>{string} pushUrl - rtmp拉流地址</p>
</dd>
<dt>property</dt>
<dd><p>{string} [mode='RTC'] - SD(标清), HD(高清), FHD(超清), RTC(实时通话)</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [autopush=false] - 是否自动推流, 如需手动推流, 调用 {@link WeChatLocalStreamComponent.push} 即可</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [enableCamera=true] - 是否开启摄像头</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [autoFocus=true] - 自动聚集</p>
</dd>
<dt>property</dt>
<dd><p>{'vertical' | 'horizontal'} [orientation='vertical'] - 画面方向</p>
</dd>
<dt>property</dt>
<dd><p>{number} [beauty=0] - 美颜, 取值范围 0-9, 0 表示关闭</p>
</dd>
<dt>property</dt>
<dd><p>{number} [whiteness=0] - 美白, 取值范围 0-9, 0 表示关闭</p>
</dd>
<dt>property</dt>
<dd><p>{'3:4' | '9:16'} [aspect='9:16'] - 宽高比, 可选值有 3:4, 9:16</p>
</dd>
<dt>property</dt>
<dd><p>{number} [minBitrate=450] - 最小码率</p>
</dd>
<dt>property</dt>
<dd><p>{number} [maxBitrate=600] - 最大码率</p>
</dd>
<dt>property</dt>
<dd><p>{number} [audioQuality='high'] - 高音质(48KHz)或低音质(16KHz), 值为high, low</p>
</dd>
<dt>property</dt>
<dd><p>{string} [waitingImage=''] - 进入后台时推流的等待画面,</p>
</dd>
<dt>property</dt>
<dd><p>{string} [waitingImageHash] - 进入后台时推流的等待画面</p>
</dd>
<dt>property</dt>
<dd><p>{string} [zoom=false] - 调整焦距</p>
</dd>
<dt>property</dt>
<dd><p>{'front' | 'back'} [devicePosition='front'] - 前置或后置,值为front, back</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [backgroundMute=true] - 进入后台时是否静音</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [remoteMirror=false] - 设置推流画面是否镜像</p>
</dd>
<dt>property</dt>
<dd><p>{string} [localMirror='auto'] - 控制本地预览画面是否镜像
| Value | Description |
| ----- | ----------- |
| auto | 前置摄像头镜像,后置摄像头不镜像 |
| enable | 前后置摄像头均镜像 |
| disable | 前后置摄像头均不镜像 |</p>
</dd>
<dt>property</dt>
<dd><p>{number} [audioReverbType=0] - 音频混响类型
| Value | Description |
| ----- | ----------- |
| 0 | 关闭 |
| 1 | KTV |
| 2 | 小房间 |
| 3 | 大会堂 |
| 4 | 低沉 |
| 5 | 洪亮 |
| 6 | 金属声 |
| 7 | 磁性 |</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [enableMic=true] - 开启或关闭麦克风</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [enableAgc=false] - 是否开启音频自动增益</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [enableAns=false] - 是否开启音频噪声抑制</p>
</dd>
<dt>property</dt>
<dd><p>{string} [audioVolumeType='voicecall'] - 音量类型
| 值 | 说明 | 最低版本 |
| ---- | ---- | ---- |
| media | 媒体音量 | |
| voicecall | 通话音量 | |</p>
</dd>
<dt>property</dt>
<dd><p>{number} [videoWidth=360] - 上推的视频流的分辨率宽度</p>
</dd>
<dt>property</dt>
<dd><p>{number} [videoHeight=640] - 上推的视频流的分辨率高度</p>
</dd>
<dt>property</dt>
<dd><p>{boolean} [debug=false] - 是否显示调试信息, 开启后会在本地摄像头画面上显示调试信息</p>
</dd>
</dl>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">WeChatLocalStreamOptions</span>
</li>
</ul>
</section>
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#aspect" class="tsd-kind-icon">aspect</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audioquality" class="tsd-kind-icon">audio<wbr>Quality</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audioreverbtype" class="tsd-kind-icon">audio<wbr>Reverb<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audiovolumetype" class="tsd-kind-icon">audio<wbr>Volume<wbr>Type</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#autofocus" class="tsd-kind-icon">auto<wbr>Focus</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#autopush" class="tsd-kind-icon">autopush</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#backgroundmute" class="tsd-kind-icon">background<wbr>Mute</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#beauty" class="tsd-kind-icon">beauty</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#debug" class="tsd-kind-icon">debug</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#deviceposition" class="tsd-kind-icon">device<wbr>Position</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enableagc" class="tsd-kind-icon">enable<wbr>Agc</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enableans" class="tsd-kind-icon">enable<wbr>Ans</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enablecamera" class="tsd-kind-icon">enable<wbr>Camera</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enablemic" class="tsd-kind-icon">enable<wbr>Mic</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#localmirror" class="tsd-kind-icon">local<wbr>Mirror</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#maxbitrate" class="tsd-kind-icon">max<wbr>Bitrate</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#minbitrate" class="tsd-kind-icon">min<wbr>Bitrate</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#mode" class="tsd-kind-icon">mode</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#orientation" class="tsd-kind-icon">orientation</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#pushurl" class="tsd-kind-icon">push<wbr>Url</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#remotemirror" class="tsd-kind-icon">remote<wbr>Mirror</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#videoheight" class="tsd-kind-icon">video<wbr>Height</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#videowidth" class="tsd-kind-icon">video<wbr>Width</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#waitingimage" class="tsd-kind-icon">waiting<wbr>Image</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#waitingimagehash" class="tsd-kind-icon">waiting<wbr>Image<wbr>Hash</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#whiteness" class="tsd-kind-icon">whiteness</a></li>
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#zoom" class="tsd-kind-icon">zoom</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group tsd-is-external">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="aspect" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> aspect</h3>
<div class="tsd-signature tsd-kind-icon">aspect<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"9:16"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"3:4"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="audioquality" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> audio<wbr>Quality</h3>
<div class="tsd-signature tsd-kind-icon">audio<wbr>Quality<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"high"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"low"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="audioreverbtype" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> audio<wbr>Reverb<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">audio<wbr>Reverb<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="audiovolumetype" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> audio<wbr>Volume<wbr>Type</h3>
<div class="tsd-signature tsd-kind-icon">audio<wbr>Volume<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"voicecall"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"media"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="autofocus" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Focus</h3>
<div class="tsd-signature tsd-kind-icon">auto<wbr>Focus<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="autopush" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> autopush</h3>
<div class="tsd-signature tsd-kind-icon">autopush<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="backgroundmute" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> background<wbr>Mute</h3>
<div class="tsd-signature tsd-kind-icon">background<wbr>Mute<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="beauty" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> beauty</h3>
<div class="tsd-signature tsd-kind-icon">beauty<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="debug" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> debug</h3>
<div class="tsd-signature tsd-kind-icon">debug<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="deviceposition" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> device<wbr>Position</h3>
<div class="tsd-signature tsd-kind-icon">device<wbr>Position<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"front"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"back"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="enableagc" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr>Agc</h3>
<div class="tsd-signature tsd-kind-icon">enable<wbr>Agc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="enableans" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr>Ans</h3>
<div class="tsd-signature tsd-kind-icon">enable<wbr>Ans<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="enablecamera" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr>Camera</h3>
<div class="tsd-signature tsd-kind-icon">enable<wbr>Camera<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="enablemic" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> enable<wbr>Mic</h3>
<div class="tsd-signature tsd-kind-icon">enable<wbr>Mic<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="localmirror" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> local<wbr>Mirror</h3>
<div class="tsd-signature tsd-kind-icon">local<wbr>Mirror<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"auto"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="maxbitrate" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Bitrate</h3>
<div class="tsd-signature tsd-kind-icon">max<wbr>Bitrate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="minbitrate" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Bitrate</h3>
<div class="tsd-signature tsd-kind-icon">min<wbr>Bitrate<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="mode" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> mode</h3>
<div class="tsd-signature tsd-kind-icon">mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"SD"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"HD"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"FHD"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"RTC"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="orientation" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> orientation</h3>
<div class="tsd-signature tsd-kind-icon">orientation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"vertical"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"horizontal"</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="pushurl" class="tsd-anchor"></a>
<h3>push<wbr>Url</h3>
<div class="tsd-signature tsd-kind-icon">push<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="remotemirror" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> remote<wbr>Mirror</h3>
<div class="tsd-signature tsd-kind-icon">remote<wbr>Mirror<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="videoheight" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> video<wbr>Height</h3>
<div class="tsd-signature tsd-kind-icon">video<wbr>Height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="videowidth" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> video<wbr>Width</h3>
<div class="tsd-signature tsd-kind-icon">video<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="waitingimage" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> waiting<wbr>Image</h3>
<div class="tsd-signature tsd-kind-icon">waiting<wbr>Image<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="waitingimagehash" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> waiting<wbr>Image<wbr>Hash</h3>
<div class="tsd-signature tsd-kind-icon">waiting<wbr>Image<wbr>Hash<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="whiteness" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> whiteness</h3>
<div class="tsd-signature tsd-kind-icon">whiteness<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
</aside>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a name="zoom" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagOptional">Optional</span> zoom</h3>
<div class="tsd-signature tsd-kind-icon">zoom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../index.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-module tsd-is-external">
<a href="../modules/_we_chat_guest_constants_.html">"we-<wbr>chat/guest/<wbr>Constants"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter tsd-is-external tsd-is-not-exported">
<a href="_we_chat_guest_constants_.baseoptions.html" class="tsd-kind-icon">Base<wbr>Options</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_guest_constants_.conferenceprops.html" class="tsd-kind-icon">Conference<wbr>Props</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamcontext.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Stream<wbr>Context</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Local<wbr>Stream<wbr>Options</a>
<ul>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#aspect" class="tsd-kind-icon">aspect</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audioquality" class="tsd-kind-icon">audio<wbr>Quality</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audioreverbtype" class="tsd-kind-icon">audio<wbr>Reverb<wbr>Type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#audiovolumetype" class="tsd-kind-icon">audio<wbr>Volume<wbr>Type</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#autofocus" class="tsd-kind-icon">auto<wbr>Focus</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#autopush" class="tsd-kind-icon">autopush</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#backgroundmute" class="tsd-kind-icon">background<wbr>Mute</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#beauty" class="tsd-kind-icon">beauty</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#debug" class="tsd-kind-icon">debug</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#deviceposition" class="tsd-kind-icon">device<wbr>Position</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enableagc" class="tsd-kind-icon">enable<wbr>Agc</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enableans" class="tsd-kind-icon">enable<wbr>Ans</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enablecamera" class="tsd-kind-icon">enable<wbr>Camera</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#enablemic" class="tsd-kind-icon">enable<wbr>Mic</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#localmirror" class="tsd-kind-icon">local<wbr>Mirror</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#maxbitrate" class="tsd-kind-icon">max<wbr>Bitrate</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#minbitrate" class="tsd-kind-icon">min<wbr>Bitrate</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#mode" class="tsd-kind-icon">mode</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#orientation" class="tsd-kind-icon">orientation</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#pushurl" class="tsd-kind-icon">push<wbr>Url</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#remotemirror" class="tsd-kind-icon">remote<wbr>Mirror</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#videoheight" class="tsd-kind-icon">video<wbr>Height</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#videowidth" class="tsd-kind-icon">video<wbr>Width</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#waitingimage" class="tsd-kind-icon">waiting<wbr>Image</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#waitingimagehash" class="tsd-kind-icon">waiting<wbr>Image<wbr>Hash</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#whiteness" class="tsd-kind-icon">whiteness</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external">
<a href="_we_chat_guest_constants_.wechatlocalstreamoptions.html#zoom" class="tsd-kind-icon">zoom</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_guest_constants_.wechatremotestreamcontext.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Remote<wbr>Stream<wbr>Context</a>
</li>
<li class=" tsd-kind-interface tsd-parent-kind-module tsd-is-external">
<a href="_we_chat_guest_constants_.wechatremotestreamoptions.html" class="tsd-kind-icon">We<wbr>Chat<wbr>Remote<wbr>Stream<wbr>Options</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html>