Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #96

Closed
JoshJuncker opened this issue Jul 28, 2022 · 2 comments
Closed

[BUG] #96

JoshJuncker opened this issue Jul 28, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@JoshJuncker
Copy link

Describe the bug
When I join a Live Broadcast channel, AgoraVideoViewer with channel data ChannelProfile.LiveBroadcasting and ClientRole.Audience it still splits the screen as if I were going to publish my local feed. On Android, it also turns on my microphone (although not camera) as if I were going to record and publish my local feed. iOS has the same issue, but doesn't turn on microphone recording. Below is a screenshot of Android showing the half screen as well as the green dot indicating recording. Note that the video in the bottom of the image below is not what the device is recording, but the video of a different device that started a live broadcast. It is that video that I would assume would be full screen given that I joined the channel as and Audience role. Also, if I am missing something somewhere, please let me know. Everything I've tried so far has the same result, so I'm reaching out :).

To Reproduce
Steps to reproduce the behavior:

  1. On device 1, join a channel with AgoraChannelData(clientRole: ClientRole.Broadcaster, channelProfile: ChannelProfile.LiveBroadcasting)
  2. On device 2, join the same channel, but with AgoraChannelData(clientRole: ClientRole.Audience, channelProfile: ChannelProfile.LiveBroadcasting)
  3. Notice on device 2 that the screen splits and shows a blank top half (the place where its own local recording would go if it was publishing), and the live broadcast on the bottom.
  4. If device 2 is android, notice that it turns on the microphone as indicated in the system tray at the top by a green dot.

Expected behavior
I would expect a full screen view of the live broadcast, and that it doesn't turn on my device's microphone.

Screenshots
Screen Shot 2022-07-28 at 5 15 10 PM

Device:

  • Device 1: iPhone 12 Pro - iOS 15.5
  • Device 2: Android Emulator - Pixel 3a - API 32, Android 12 - arm64-v8a
  • Flutter Version: 3.0.5
  • Dart Version: 2.17.6
  • agora_uikit: "1.0.2"

Additional context
Please forgive me if I'm missing something simple. I could be misunderstanding how to use the SDK/UI Kit or agora in generalj.

@JoshJuncker JoshJuncker added the bug Something isn't working label Jul 28, 2022
Meherdeep added a commit that referenced this issue Aug 8, 2022
@Meherdeep
Copy link
Contributor

@JoshJuncker This has been fixed with the new release v1.0.3 Let us know if it solves your issue.

@Meherdeep
Copy link
Contributor

Closing this issue for now, if you are still facing the issue feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants