// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.RTC { /// /// Participant RTC's status change /// public enum RTCParticipantStatus : int { /// /// Participant joined the room /// Joined = 0, /// /// Participant left the room /// Left = 1 } }