datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 228 forks source link

Does react-native-pjsip support conference calls with video? #245

Open linus-komnick opened 2 years ago

linus-komnick commented 2 years ago

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?