Skip to content

Conversation

@kristian-mkd
Copy link
Contributor

Fixes the customisation option in the FloatingParticipantView for a ParticipantVideoFallback component.

  const customParticipantVideoFallback = () => {
    return (
      <View
        style={[
          {
            ...
            backgroundColor: 'orange',
          },
        ]}
      >
        <View style={{ height: 30, width: 30 }}>
          <VideoSlash color={'green'} size={30} />
        </View>
      </View>
    );
  };

<FloatingParticipantView
  ParticipantVideoFallback={customParticipantVideoFallback}
/>
ios-after

@kristian-mkd kristian-mkd changed the title fix: allow prop component ParticipantVideoFallback in FloatingParticipantView fix(rn-sdk): allow prop component ParticipantVideoFallback in FloatingParticipantView Dec 13, 2024
@kristian-mkd kristian-mkd merged commit d69ee13 into main Dec 13, 2024
11 checks passed
@kristian-mkd kristian-mkd deleted the fix-local-participant-video-fallback branch December 13, 2024 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants