Skip to content

Commit

Permalink
🤖 Automated Format and Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit authored and github-actions[bot] committed Apr 18, 2024
1 parent cc736be commit c7528aa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/hmssdk_flutter/example/lib/qr_code_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ class _QRCodeScreenState extends State<QRCodeScreen> {
initForegroundTask();
Navigator.of(context).pushReplacement(MaterialPageRoute(
builder: (_) => WithForegroundTask(
child: HMSPrebuilt(
roomCode: Constant.roomCode,
onLeave: stopForegroundTask,
options: HMSPrebuiltOptions(
userName: AppDebugConfig.nameChangeOnPreview
? null
: "Flutter User",
userId: widget.uuidString,
endPoints: endPoints,
iOSScreenshareConfig: HMSIOSScreenshareConfig(
appGroup: "group.flutterhms",
preferredExtension:
"live.100ms.flutter.FlutterBroadcastUploadExtension"),
enableNoiseCancellation: true)),
)));
child: HMSPrebuilt(
roomCode: Constant.roomCode,
onLeave: stopForegroundTask,
options: HMSPrebuiltOptions(
userName: AppDebugConfig.nameChangeOnPreview
? null
: "Flutter User",
userId: widget.uuidString,
endPoints: endPoints,
iOSScreenshareConfig: HMSIOSScreenshareConfig(
appGroup: "group.flutterhms",
preferredExtension:
"live.100ms.flutter.FlutterBroadcastUploadExtension"),
enableNoiseCancellation: true)),
)));
}
}
} catch (e) {
Expand Down

0 comments on commit c7528aa

Please sign in to comment.