Skip to content

Commit

Permalink
run build
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed May 5, 2022
1 parent 596260e commit b32e6fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dist/jessibuca.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ declare namespace Jessibuca {
* heartTimeout 心跳超时之后自动再播放,不再抛出异常,而直接重新播放视频地址。
*/
heartTimeoutReplay?: boolean,
/**
* heartTimeoutReplay 从试次数,超过之后,不再自动播放
*/
heartTimeoutReplayTimes?: number,
/**
* loadingTimeout loading之后自动再播放,不再抛出异常,而直接重新播放视频地址。
*/
loadingTimeoutReplay?: boolean,
/**
* heartTimeoutReplay 从试次数,超过之后,不再自动播放
*/
loadingTimeoutReplayTimes?: number
/**
* wasm解码报错之后,不再抛出异常,而是直接重新播放视频地址。
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/jessibuca.js

Large diffs are not rendered by default.

1 comment on commit b32e6fa

@vercel
Copy link

@vercel vercel bot commented on b32e6fa May 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.