|
@@ -339,7 +339,7 @@ export class LiveService {
|
|
|
if (this.client.remoteUsers.length > 0 && targetUser) {
|
|
|
if (this.isAnchor) {
|
|
|
//如果是主播,进入获取remoteUsers.user获取livelog再获取对方剩余通话时长
|
|
|
- this.getLiveLog(targetUser.id);
|
|
|
+ this.getLiveLog(targetUser.uid);
|
|
|
} else {
|
|
|
let query = new Parse.Query('LiveLog');
|
|
|
query.equalTo('objectId', this.liveLog?.id);
|