Table of Contents

Class RtcRegion

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Fluxer entity with client attached.

public class RtcRegion : Entity, IRtcRegion
Inheritance
object
RtcRegion
Implements

Properties

Emoji

The emoji associated with this RTC region

public string Emoji { get; }

Property Value

string

Id

The unique identifier for this RTC region.

public string Id { get; }

Property Value

string

Name

The display name of the RTC region.

public string Name { get; }

Property Value

string

Methods

Create(FluxerBaseClient, RtcRegionJson)

Create a RtcRegion object from json.

public static RtcRegion Create(FluxerBaseClient client, RtcRegionJson json)

Parameters

client FluxerBaseClient
json RtcRegionJson

Returns

RtcRegion