Table of Contents

Interface IRtcRegion

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Returns available voice and video calling regions for the channel, used to optimise connection quality.

public interface IRtcRegion

Remarks

Requires Call permission.

Properties

Emoji

The emoji associated with this RTC region

string Emoji { get; }

Property Value

string

Id

The unique identifier for this RTC region.

string Id { get; }

Property Value

string

Name

The display name of the RTC region.

string Name { get; }

Property Value

string