Skip to content

Commit

Permalink
Fixed config (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaveshjio authored Oct 19, 2023
1 parent e5073b2 commit 4ac9603
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class JioCoreSdkPlugin : FlutterPlugin, MethodCallHandler {
enableFlipCamera = it.enableFlipCamera
isChatEnabled = it.isChatEnabled
isMoreFeaturesEnabled = it.isMoreFeaturesEnabled
isMoreFeaturesEnabled = it.isParticipantPanelEnabled
isParticipantPanelEnabled = it.isParticipantPanelEnabled
}
JioMeetCoreTemplateUiConfig.FeatureManager.MoreOptions.apply {
isAudioOnlyModeEnabled = it.isAudioOnlyModeEnabled
Expand Down

0 comments on commit 4ac9603

Please sign in to comment.