goAway property

  1. @TagNumber(20)
GoAway get goAway

GoAway tells the client to migrate away from the SFU it is connected to. The reason field indicates why this message was sent.

Implementation

@$pb.TagNumber(20)
GoAway get goAway => $_getN(15);
  1. @TagNumber(20)
set goAway (GoAway v)

Implementation

@$pb.TagNumber(20)
set goAway(GoAway v) { setField(20, v); }