aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

Attendees(tiles) video is not visible in ios device #118

Closed chetangodiya-simformsolutions closed 2 years ago

chetangodiya-simformsolutions commented 2 years ago

Describe the bug I am creating the streaming app i can see the other attendees(tiles) in android but not in ios

To Reproduce Steps to reproduce the behavior:

  1. Go to - attend the meeting

Expected behavior all other user tiles are visible in ios end

Logs no logs

Screenshots no screenshot

Test environment Info (please complete the following information):

zhinang-amazon commented 2 years ago

Hi @chetangodiya-simformsolutions,

Please try to run our RN demo app on iOS and see if you have the same issue. It's difficult for us to investigate if the issue is only in your app. We would need a way to reproduce the issue on our side.

chetangodiya-simformsolutions commented 2 years ago

import <AmazonChimeSDK/AmazonChimeSDK-Swift.h> error

image

while running the demo project

i ran the demo project and i got crash at android end while joining the meeting also i can not see the attendee at ios simulator using xcode 12.4 and have to use AmazonChimeSDK-0.18.0.tar.gz AmazonChimeSDKMedia-0.14.0.tar.gz

When attendee start the video the streamer gets below logs 2021-12-24 16:32:02.401381+0530 MVP Vibe[34048:420159] [DEFAULT] NativeMobileSDKBridge - [119:140][206863] (video_client_signaler.cc:612): signaling_client: video signal calling back with event=7; size=19 2021-12-24 16:32:02.402072+0530 MVP Vibe[34048:420147] [DEFAULT] NativeMobileSDKBridge - [119:141][181255] (video_client_signaler.cc:527): Received control message: type=Bitrates 2021-12-24 16:32:02.402779+0530 MVP Vibe[34048:420147] [DEFAULT] NativeMobileSDKBridge - [119:142][181255] (video_client_signaler.cc:576): SignalFrame: Bitrates { bitrates { source_stream_id:4 avg_bitrate_bps:1385556 } } 2021-12-24 16:32:02.680676+0530 MVP Vibe[34048:420159] [DEFAULT] NativeMobileSDKBridge - [119:420][206863] (video_client_signaler.cc:612): signaling_client: video signal calling back with event=7; size=15 2021-12-24 16:32:02.680893+0530 MVP Vibe[34048:420147] [DEFAULT] NativeMobileSDKBridge - [119:420][181255] (video_client_signaler.cc:525): Received control message: type=Index 2021-12-24 16:32:02.681062+0530 MVP Vibe[34048:420147] [DEFAULT] NativeMobileSDKBridge - [119:420][181255] (video_client_signaler.cc:565): SignalFrame: Index { at_capacity: 0 num_participants: 2 }

chetangodiya-simformsolutions commented 2 years ago

Since i have everything working fine on the android end there might be something wrong with ios latest release @zhinang-amazon

ziyiz-amzn commented 2 years ago

Have you tested with a physical iOS device?

chetangodiya-simformsolutions commented 2 years ago

Yes, found similar there too @zhinang-amazon

I Put a log on videoTileDidAddWithTileState but its never called

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

santthosh commented 2 years ago

I had a similar issue, the buttons went invisible because of the RN image issue, this link fixed it for me https://stackoverflow.com/a/64495360/115278

chetangodiya-simformsolutions commented 2 years ago

I had a similar issue, the buttons went invisible because of the RN image issue, this link fixed it for me https://stackoverflow.com/a/64495360/115278

it is not the similar issue i am facing