Skip to main content
Version: 2.x

Interface IPeer

Assembly: cs.temp.dll.dll
Declaration
public interface IPeer

Properties

Id

peer id

Declaration
ulong Id { get; }

UserId

token user id

Declaration
string UserId { get; }

UserData

peer userdata

Declaration
IUserData UserData { get; }

Parent

Default value

null
indicates root or not set

Declaration
IRoom Parent { get; }

Methods

GetBasePeer()

Get the underlying OdinNative.Wrapper.PeerEntity

Declaration
PeerEntity GetBasePeer()
Returns

OdinNative.Wrapper.PeerEntity: native wrapper peer### GetRoomApi() Get the underlying OdinNative.Wrapper.Room.Room

Declaration
Room GetRoomApi()
Returns

OdinNative.Wrapper.Room.Room: native wrapper room