@byteplus/vepusher 2.0.4-rc.13 → 2.0.4-rc.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.d.ts +1 -6
- package/dist/index.es.js +2082 -2131
- package/dist/index.umd.js +14 -14
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -979,12 +979,7 @@ declare class LivePusher extends default_2<RTMEvents> {
|
|
|
979
979
|
* - ** Success**: No return value.
|
|
980
980
|
* - ** Failure**: Returns an error message.
|
|
981
981
|
*/
|
|
982
|
-
startPush(rtmUrl: string
|
|
983
|
-
whip?: {
|
|
984
|
-
useWHIP: boolean;
|
|
985
|
-
bearerToken: string;
|
|
986
|
-
};
|
|
987
|
-
}): Promise<void>;
|
|
982
|
+
startPush(rtmUrl: string): Promise<void>;
|
|
988
983
|
/** {zh}
|
|
989
984
|
* @brief 将视频流添加到合流画布中,可以将多个视频流(例如主播的摄像头画面、屏幕共享画面)合成到同一个合流画布中,如果视频流中包含音频信息,音频也会被添加到混音模块中。
|
|
990
985
|
* @notes 必须在已调用 [`enableMixing()`](#livepusher-enablemixing) 方法启用合流功能后使用。
|