<!--components/pusher.wxml-->
<live-pusher 
id="rtcpusher"
wx:if="{{pushURL}}" 
style="width:{{width}}px;height:{{height}}px;" 
mode="RTC" 
url="{{pushURL}}" 
min-bitrate="200"
waiting-image="{{coverImg}}"
muted="{{!enableAudio}}"
enable-camera="{{enableVideo}}"
bindstatechange="onPush"
binderror="onPushError"
autopush></live-pusher>
