connectionQualityChanged property

  1. @TagNumber(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(3)
set connectionQualityChanged (ConnectionQualityChanged v)

Implementation

@$pb.TagNumber(3)
set connectionQualityChanged(ConnectionQualityChanged v) { setField(3, v); }