goAway property
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);
Implementation
@$pb.TagNumber(20)
set goAway(GoAway v) { setField(20, v); }