Skip to content

Commit cfbe467

Browse files
author
Gabriel Borlea
committed
remove call integration flag from swift plugin
1 parent 30668bc commit cfbe467

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ios/Classes/JitsiMeetPlugin.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public class JitsiMeetPlugin: NSObject, FlutterPlugin, FlutterStreamHandler {
9999
if (userInfo != nil) {
100100
builder.userInfo = userInfo
101101
}
102-
builder.setFeatureFlag("call-integration.enabled", withBoolean: false);
103102
}
104103

105104
jitsiMeetViewController = JitsiMeetViewController.init(options: options, eventSink: eventSink!)

0 commit comments

Comments
 (0)