Skip to main content
Version: 2.x

Class JoinedObjectContainer

Declaration
public class JoinedObjectContainer : EventArgs

Inheritance: System.Object -> System.EventArgs

Derived:
OdinNative.Wrapper.Room.RoomJoinedEventArgs

Fields

own_peer_id

Declaration
public uint own_peer_id

room_name

Declaration
[DataMember(Name = "room_id")]
public string room_name

customer

Declaration
public string customer

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns

System.String: A string that represents the current object.