I'm able to join conferences and hear the audio but I can't seem to get video. I'm basically using the same code as for normal calls. With normal calls, audio and video both work without any problems.
<RemoteVideoView
style={styles.video}
windowId={0}
objectFit="contain"
/>
I have tried windowId 0 - 10 but it doesn't work. Am I doing something wrong or is video not supported for conference calls?