fishjam-dev / react-native-membrane-webrtc

Apache License 2.0
78 stars 8 forks source link

[MV-342] Add other participants tile #74

Closed skyman503 closed 1 year ago

skyman503 commented 1 year ago

Screenshot_20230329_164639 it looks bad for me, the circles should be smaller. Pro tip for testing:

  const participants = new Array(20).fill().map((_, i) => ({
    id: i + '',
    tracks: [],
    metadata: { displayName: i + '' },
  })); //Membrane.useRoomParticipants();

Changed circle size to be 75, now everything fits with a healthy margin, wdyt?