Skip to content
This repository was archived by the owner on Feb 10, 2022. It is now read-only.

Commit 51b750d

Browse files
committed
change accept param
1 parent ae91c2f commit 51b750d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/views/CallView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ export default class CallView extends BaseElement {
188188
const callOption = getCallOption({
189189
localMediaView: this.localMediaView,
190190
remoteMediaView: this.remoteMediaView,
191-
audioEnabled: this.call.isLocalAudioEnabled,
192-
videoEnabled: this.call.isLocalVideoEnabled
191+
audioEnabled: true,
192+
videoEnabled: this.call.isVideoCall,
193193
});
194194

195195
this.call.accept({ callOption: callOption });

0 commit comments

Comments
 (0)