uid property

  1. @JsonKey(name: 'uid')
int? uid
final

The user ID. In the local user's callback, uid is 0. In the remote users' callback, uid is the user ID of a remote user whose instantaneous volume is the highest.

Implementation

@JsonKey(name: 'uid')
final int? uid;