mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-05 18:44:48 +08:00
opt to live room
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -30,7 +30,7 @@ class LiveRoomController extends GetxController {
|
||||
LiveRoomController(this.heroTag);
|
||||
final String heroTag;
|
||||
|
||||
int roomId = int.parse(Get.parameters['roomid']!);
|
||||
int roomId = Get.arguments;
|
||||
PlPlayerController plPlayerController = PlPlayerController.getInstance(
|
||||
isLive: true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user