fastReconnect property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(6)
bool get fastReconnect

Fast reconnect flag explicitly indicates that if the participant session and the associated state is still present in the SFU, the client is ready to restore the PeerConnection with an ICE restart. If the SFU replies with "reconnected: true" in its JoinResponse, then it is safe to perform an ICE restart or else the existing PeerConnections must be cleaned up.

For the SFU, fast_reconnect:false indicates that even if it has the state cached, the client state is not in sync and hence it must be cleaned up before proceeding further.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(6)
$core.bool get fastReconnect => $_getBF(5);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(6)
set fastReconnect (bool v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(6)
set fastReconnect($core.bool v) { $_setBool(5, v); }