OpenChannelEnterResponseInfo

public final class OpenChannelEnterResponseInfo

Response information after joining an open channel.

Parameters

createTime

Channel creation timestamp in milliseconds.

participantCount

Current participant count of the channel.

isAllChannelMuted

Whether global mute is enabled.

isCurrentUserMuted

Whether the current user is globally muted.

isCurrentChannelMuted

Whether the current user is muted in this channel.

isCurrentChannelInAllowlist

Whether the current user is on the channel's mute allowlist.

enterTime

Timestamp when the user entered, in milliseconds.

Constructors

Link copied to clipboard
public OpenChannelEnterResponseInfo OpenChannelEnterResponseInfo(Long createTime, Integer participantCount, Boolean isAllChannelMuted, Boolean isCurrentUserMuted, Boolean isCurrentChannelMuted, Boolean isCurrentChannelInAllowlist, Long enterTime)

Properties

Link copied to clipboard
private final Long createTime
Link copied to clipboard
private final Long enterTime
Link copied to clipboard
private final Boolean isAllChannelMuted
Link copied to clipboard
private final Boolean isCurrentChannelInAllowlist
Link copied to clipboard
private final Boolean isCurrentChannelMuted
Link copied to clipboard
private final Boolean isCurrentUserMuted
Link copied to clipboard
private final Integer participantCount

Functions

Link copied to clipboard
public final Long getCreateTime()
Link copied to clipboard
public final Long getEnterTime()
Link copied to clipboard
public final Integer getParticipantCount()
Link copied to clipboard
public final Boolean isAllChannelMuted()
Link copied to clipboard
public final Boolean isCurrentChannelInAllowlist()
Link copied to clipboard
public final Boolean isCurrentChannelMuted()
Link copied to clipboard
public final Boolean isCurrentUserMuted()