VideoContext.sendDanmu

解释:发送弹幕。

方法参数

Object object

object 参数说明

参数名类型是否必填默认值说明

text

String

弹幕文字

color

String

弹幕颜色

示例

跳转编辑工具

在开发者工具中打开

在 WEB IDE 中打开

扫码体验

代码示例

百度智能小程序

请使用百度APP扫码

图片示例

VideoContext.sendDanmu - 图2

代码示例

  • SWAN
  • JS
  1. <view class="wrap">
  2. <video id="myVideo" enable-danmu="true" src="https://b.bdstatic.com/miniapp/development_tool/Smartprogram.mp4"></video>
  3. <button type="primary" bindtap="sendDanmu">sendDanmu</button>
  4. </view>