Skip to content

Commit

Permalink
FacePostionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Sep 18, 2021
1 parent 913e1ed commit d25de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/agora_event_handlers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class AgoraEventHandlers {
final Function(Rect)? cameraExposureAreaChanged;

/// Reports the face detection result of the local user.
final Function(int, int, List)? facePositionChanged;
final Function(int, int, List<FacePositionInfo>)? facePositionChanged;

/// Reports the statistics of the [RtcEngine] once every two seconds.
final Function(RtcStats)? rtcStats;
Expand Down

0 comments on commit d25de6b

Please sign in to comment.