'<ive-pusher/>' 渲染失败的操作, 错误原因: fail: can not insert VOIP mode LivePusher now

调用live-pusher出现'' 渲染失败的操作, 错误原因: fail: can not insert VOIP mode LivePusher now
问题相关代码,请勿粘贴截图
<view class="self-view" wx:if="{{pusherUrl!=''}}">
    <live-pusher id="pusher" url="{{pusherUrl}}" muted="{{!enablePushMicrophone}}" bindstatechange="pushStateChange" beauty="5" max-bitrate="800" min-bitrate="500" enable-mic="{{enablePushMicrophone}}" enable-camera="true">
    </live-pusher>
  </view>
运行结果及报错内容

'' 渲染失败的操作, 错误原因: fail: can not insert VOIP mode LivePusher now

我的解答思路和尝试过的方法

加上或者去掉mode=”rtp“无效

我想要达到的结果

每次打开都可以正常显示