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
CameraState
获取或设置摄像头状态。
[JsonPropertyName("camera_state")]
public int CameraState { get; set; }
Property Value
LinkPosition
获取或设置麦位位置。
[JsonPropertyName("link_position")]
public int LinkPosition { get; set; }
Property Value
LinkState
获取或设置连麦状态。
[JsonPropertyName("link_state")]
public int LinkState { get; set; }
Property Value
MicrophoneDisableState
获取或设置禁用麦克风状态。
[JsonPropertyName("disable_microphone")]
public int MicrophoneDisableState { get; set; }
Property Value
MicrophoneState
获取或设置麦克风状态。
[JsonPropertyName("microphone_state")]
public int MicrophoneState { get; set; }
Property Value
OpenId
获取或设置用户的 OpenId。
[JsonPropertyName("open_id")]
public string OpenId { get; set; }
Property Value
SecretAvatarUrl
获取或设置加密头像 URL。
[JsonPropertyName("sec_avatar_url")]
public string SecretAvatarUrl { get; set; }
Property Value
SecretNickName
获取或设置加密昵称。
[JsonPropertyName("sec_nick_name")]
public string SecretNickName { get; set; }