bililive_dm icon indicating copy to clipboard operation
bililive_dm copied to clipboard

进入和观众数无法监听?

Open zswodegit opened this issue 10 months ago • 1 comments

在Class1_ReceivedRoomCount 里面调用e.UserCount,这个数值永远都是不变的 在Class1_ReceivedDanmaku 里调用 if (e.Danmaku.InteractType == InteractTypeEnum.Enter) { this.log("print someting"); // do something } 也是没有任何效果,完全不进入这个if条件 同样的尝试了 if (e.Danmaku.MsgType == MsgTypeEnum.Welcome) 和 if(e.Danmaku.MsgType.Equals(InteractTypeEnum.Enter)) 都是不行?

zswodegit avatar Apr 07 '24 09:04 zswodegit

弹幕姬改到啊B开放平台之后,啊B开放平台不下发这些数据了,还在争取中,如果有收到的话会触发这些事件

在 2024年4月7日週日 17:34,zswodegit @.***> 寫道:

在Class1_ReceivedRoomCount 里面调用e.UserCount,这个数值永远都是不变的 在Class1_ReceivedDanmaku 里调用 if (e.Danmaku.InteractType == InteractTypeEnum.Enter) { this.log("print someting"); // do something } 也是没有任何效果,完全不进入这个if条件 同样的尝试了 if (e.Danmaku.MsgType == MsgTypeEnum.Welcome) 和 if(e.Danmaku.MsgType.Equals(InteractTypeEnum.Enter)) 都是不行?

— Reply to this email directly, view it on GitHub https://github.com/copyliu/bililive_dm/issues/166, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIG3IGXSAQK4R6SYZ6MDQLY4EHMFAVCNFSM6AAAAABF3FSL26VHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDSNRVGQ3TANA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

copyliu avatar Apr 07 '24 23:04 copyliu