Skip to content

Commit

Permalink
视频通话,默认使用大流
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Sep 7, 2021
1 parent 57b482a commit c15aeb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/wfc/av/engine/PeerConnectionClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright (c) 2020 WildFireChat. All rights reserved.
*/

import WfcAVEngineKit from "./avenginekit";

export default class PeerConnectionClient {
isInitiator = false;
userId;
Expand All @@ -11,9 +13,9 @@ export default class PeerConnectionClient {
videoMuted;

audience = false;
useMainVideo = false;
useMainVideo = WfcAVEngineKit.DEFAULT_USE_MAIN_VIDEO;

setUseMainVideo(useMainVideo){
setUseMainVideo(useMainVideo) {
// will be override

}
Expand Down
2 changes: 1 addition & 1 deletion src/wfc/av/internal/engine-conference.min.js

Large diffs are not rendered by default.

0 comments on commit c15aeb9

Please sign in to comment.