Interface IPeer
Declaration
Derived:
OdinNative.Unity.OdinPeer, OdinNative.Wrapper.PeerEntity
Properties
Id
peer id
Declaration
UserId
token user id
Declaration
Tags
user tags
Declaration
UserData
peer userdata
Declaration
Parent
Default value null indicates root or not set
Declaration
Methods
GetBasePeer()
Get the underlying OdinNative.Wrapper.PeerEntity
Declaration
Returns
OdinNative.Wrapper.PeerEntity: native wrapper peer
GetRoomApi()
Get the underlying OdinNative.Wrapper.Room.Room
Declaration
Returns
OdinNative.Wrapper.Room.Room: native wrapper room
GetEncoder()
Get encoder
Declaration
Returns
OdinNative.Wrapper.MediaEncoder: input media encoder of the peer or null
GetDecoder()
Get decoder
Declaration
Returns
OdinNative.Wrapper.MediaDecoder: output media decoder of the peer or null