API ReferenceOdinNative.Odin.RoomPeerJoinedEventArgsVersion: 1.xOn this pageClass PeerJoinedEventArgs Arguments for PeerJoined events in the current room Declarationpublic class PeerJoinedEventArgs : EventArgs Properties PeerId peer Id Declarationpublic ulong PeerId { get; } UserId user Id Declarationpublic string UserId { get; } Fields Peer peer object Declarationpublic Peer Peer