Class RtcRegion
Fluxer entity with client attached.
public class RtcRegion : Entity, IRtcRegion
- Inheritance
-
objectRtcRegion
- Implements
Properties
Emoji
The emoji associated with this RTC region
public string Emoji { get; }
Property Value
Id
The unique identifier for this RTC region.
public string Id { get; }
Property Value
Name
The display name of the RTC region.
public string Name { get; }
Property Value
Methods
Create(FluxerBaseClient, RtcRegionJson)
Create a RtcRegion object from json.
public static RtcRegion Create(FluxerBaseClient client, RtcRegionJson json)
Parameters
clientFluxerBaseClientjsonRtcRegionJson