发送点赞
- (void)likeClick:(void (^__nullable)(NSInteger code , TFLikeData *_Nullable model,TFError *_Nullable error))callback;
默认点赞数据
- onEnterRoom:result:()回调后, LikeResult的值才准确
@property (nonatomic, strong)TFLikeData * _Nullable likeResult;
监听别人的点赞
- TalkfunSDKLifeLiveDelegate
- (void)onLikePut:(TFLikeData*_Nullable)likeData