netease_livekit library

Enums

NEEndPKStatus
PK status
NELivePKState
pk state from server, only used in NELivePKDetail
NELivePKStatus
PK status
NELiveRoomType
room type
NELiveStatus
live status

Typedefs

LiveEndedCallback = void Function(int reason)
LoginKickOutCallback = void Function()
MembersJoinCallback = void Function(List<NERoomMember> members)
MembersLeaveCallback = void Function(List<NERoomMember> members)
MessagesReceivedCallback = void Function(List messages)
PKAcceptedCallback = void Function(NELivePKAnchor actionAnchor)
PKCanceledCallback = void Function(NELivePKAnchor actionAnchor)
PKEndedCallback = void Function(int reason, int pkEndTime, String senderUserUuid, String userName, int selfRewards, int peerRewards, bool countDownEnd)
PKInvitedCallback = void Function(NELivePKAnchor actionAnchor)
PKPunishmentStartCallback = void Function(int pkPenaltyCountDown, int selfRewards, int peerRewards)
PKRejectedCallback = void Function(NELivePKAnchor actionAnchor)
PKStartCallback = void Function(int pkStartTime, int pkCountDown, NELivePKAnchor self, NELivePKAnchor peer)
PKTimeoutCallback = void Function(NELivePKAnchor actionAnchor)
PushStartCallback = void Function()
RewardReceivedCallback = void Function(String rewarderUserUuid, String? rewarderUserName, int giftId, NELiveAnchorReward anchorReward, NELiveAnchorReward otherAnchorReward)