update live roomid

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-08 17:14:51 +08:00
parent 82b4f76b95
commit d893102939

View File

@@ -94,6 +94,9 @@ class LiveRoomController extends GetxController {
_dialog(title: '当前直播间未开播');
return;
}
if (data.roomId != null) {
roomId = data.roomId!;
}
isPortrait.value = data.isPortrait ?? false;
List<CodecItem> codec =
data.playurlInfo!.playurl!.stream!.first.format!.first.codec!;