diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 4b93f1c..a49596a 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,6 +2,8 @@ + NSCalendarsUsageDescription + Grant access to Calander help us to shows Solar Calander with your own events. AppGroupId group.solsynth.solian CADisableMinimumFrameDurationOnPhone diff --git a/lib/screens/chat/room.dart b/lib/screens/chat/room.dart index 0e0d874..41a0ce1 100644 --- a/lib/screens/chat/room.dart +++ b/lib/screens/chat/room.dart @@ -147,8 +147,7 @@ class _ChatRoomScreenState extends State { final meet = JitsiMeet(); final confOpts = JitsiMeetConferenceOptions( room: 'sn-chat-${_channel!.alias}-${_channel!.id}', - serverURL: - 'https://meet.element.io', // TODO fetch this as config from remote + serverURL: 'https://meet.element.io', configOverrides: { "subject": _channel!.name, }, diff --git a/pubspec.yaml b/pubspec.yaml index 1e2d613..17a7c67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.4.2+89 +version: 2.5.2+91 environment: sdk: ^3.5.4