connectionQualityChanged property

  1. @TagNumber.new(3)
ConnectionQualityChanged get connectionQualityChanged

ConnectionQualityChanged is sent to inform the connection quality of the participants in the call. It does not have to contain the full list of call participants in it.

Implementation

@$pb.TagNumber(3)
ConnectionQualityChanged get connectionQualityChanged => $_getN(2);
  1. @TagNumber.new(3)
set connectionQualityChanged (ConnectionQualityChanged value)

Implementation

@$pb.TagNumber(3)
set connectionQualityChanged(ConnectionQualityChanged value) =>
    $_setField(3, value);