Future updateStatus(String status) => _send<void>(rtpb.Envelope( statusUpdate: rtpb.StatusUpdate(status: StringValue(value: status))));