Whether participant joined in audio-only mode (no camera)
Audio MediaStream from react-native-webrtc, null if no audio or audio stopped
OptionalexternalExternal user ID (e.g., from your auth system)
Whether participant's microphone is muted
OptionalisWhether this participant's audio output is muted locally (you cannot hear them)
Whether participant's camera is muted/off
Unique identifier for the participant (internal ID)
OptionaluserDisplay name for the participant
Video MediaStream from react-native-webrtc, null if no video or video stopped
Participant information with media streams.
Remarks
Represents a remote participant in a video conference room. Each participant has separate audio and video streams that can be rendered using
RTCViewfromreact-native-webrtc. TheaudioOnlyflag indicates if the participant joined without video capability.Example
Rendering a participant's video in React Native:
See
ParticipantsState for accessing all participants