Table of Contents

Class WebcastLinkMicQueryResponse.Types.User

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class WebcastLinkMicQueryResponse.Types.User
Inheritance
WebcastLinkMicQueryResponse.Types.User
Inherited Members

Constructors

User()

public User()

Properties

CameraDisableState

获取或设置禁用摄像头状态。

[JsonPropertyName("disable_camera")]
public int CameraDisableState { get; set; }

Property Value

int

CameraState

获取或设置摄像头状态。

[JsonPropertyName("camera_state")]
public int CameraState { get; set; }

Property Value

int

LinkPosition

获取或设置麦位位置。

[JsonPropertyName("link_position")]
public int LinkPosition { get; set; }

Property Value

int

LinkState

获取或设置连麦状态。

[JsonPropertyName("link_state")]
public int LinkState { get; set; }

Property Value

int

MicrophoneDisableState

获取或设置禁用麦克风状态。

[JsonPropertyName("disable_microphone")]
public int MicrophoneDisableState { get; set; }

Property Value

int

MicrophoneState

获取或设置麦克风状态。

[JsonPropertyName("microphone_state")]
public int MicrophoneState { get; set; }

Property Value

int

OpenId

获取或设置用户的 OpenId。

[JsonPropertyName("open_id")]
public string OpenId { get; set; }

Property Value

string

SecretAvatarUrl

获取或设置加密头像 URL。

[JsonPropertyName("sec_avatar_url")]
public string SecretAvatarUrl { get; set; }

Property Value

string

SecretNickName

获取或设置加密昵称。

[JsonPropertyName("sec_nick_name")]
public string SecretNickName { get; set; }

Property Value

string