volume property

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

The volume of the user. The value ranges between 0 (the lowest volume) and 255 (the highest volume). If the local user enables audio capturing and calls muteLocalAudioStream and set it as true to mute, the value of volume indicates the volume of locally captured audio signal.

Implementation

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