Skip to content

Commit

Permalink
fix: AgoraVideoView takes over the whole browser window (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl authored and peilinok committed Dec 25, 2024
1 parent de1ad5b commit d95b737
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ jobs:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ci:skip') }}
strategy:
matrix:
# TODO(littlegnal): Temporily pin the Flutter SDK version to 3.16, since the rendering on web not work correct after 3.16,
# see https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/actions/runs/7958003510/job/21721962323?pr=1572
version: ['3.16']
version: ['3.x']
runs-on: ubuntu-latest
timeout-minutes: 60
env:
Expand Down

0 comments on commit d95b737

Please sign in to comment.