onMemberUpdateNotification property

Stream<SyncChannelEvent> onMemberUpdateNotification

频道成员更新事件回调

回调参数为成员更新事件,其中包含了最新的频道的完整信息(频道信息+成员列表) 注意:如果是有成员离开或加入频道,正常情况下会优先通过onlineNotification的回调来通知用户。 此回调的时机如下: 如果有成员信息的变更(而不是成员数量增减)或异常情况(有成员数量变更但是sdk没有回调onlineNotification

Implementation

Stream<SyncChannelEvent> get onMemberUpdateNotification =>
    _platform.onMemberUpdateNotification;